Answering to Alex question my ISP is called Elitel which basically uses 
Telecom Italia phone lines to provide ADSL connections.

Tim: about bugs into atm.c and pppoa3.c can you provide me source files 
corrected ? (I am sorry but I don't know C language....!!!!!!!!!!)
Thanks to all
Paolo


At 05:56 PM 9/17/2002, you wrote:
>On Tue, 17 Sep 2002, Tim Woodall wrote:
>
>Sorry for all these emails. I am supposed to be at work and working and I
>don't think this counts :-)
>
> >
> > Bug is in aal5_frame_from_atm_cells in atm.c
> >
> > There needs to be a pti=0; before each of the continue lines.
> >
>     I think it is just one of the continue lines actually.
>
> > If the _last_ cell in the packet is bad then we don't reset pti and so
> > we will be passing garbage out.
> >
> > Alternatively make the while(pti = 0 || length > 0)
> > but that is a cludge :-) (N.B. the _single_ equals sign)
> >
>Another bug here: (pppoa3.c)
>
>     if(pti<0) {
>         report(0, REPORT_ERROR|REPORT_DATE, "Buffer ..."
> >>>>>   pti = 0; /* don't want to do the next while!!!!! */
>     }
>
>     /* As the last pti is 1, we have to send the aal5_frame data */
>     while(pti) {
>
>Tim.
>
>
>--
>God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t,"
>and there was light.
>
>      http://tjw.hn.org/      http://www.locofungus.btinternet.co.uk/
>
>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to