lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Fw: Re: [lwip-members] PPP??


From: Jani Monoses
Subject: Re: [lwip-users] Fw: Re: [lwip-members] PPP??
Date: Fri, 21 Mar 2003 16:33:19 +0200

Do you have an update for this Marc?
I'd like to put this in CVS next week either in contrib or core
depending on how platform independent it will be.

Jani.

> On Thu, Feb 20, 2003 at 07:37:46PM +0200, Jani Monoses wrote:
> > > I would agree that netif/ppp is the right place for the code;
> > > however just before checking it in please email me for the latest
> > > version; we have made quite a few fixes and improvements since.
> > 
> > Do you have an URL for it or will just send it through mail?
> 
> The latest version is now available via the same URL
> 
>         http://www.mbsi.ca/lwip-ppp.tar.gz
> 
> (see other message for details)
> 
> > 
> > Also did you consider using the sio interface just as slip does 
> > instead of direct write and read.When I briefly looked at the code
> > it seemed that it did not do that.
> > Jani
> 
> Yes, I have used a slightly different serial interface for compatibility
> with our target OS but plan on eventually merging with sio, after improving
> it since since the current implementation lacks some things such as the
> ability to abort blocking reads, detect carrier loss, and is terribly
> inefficient on some platforms without buffering since it processes one
> character at a time (except for sio_send_string() which imho isn't the right
> approach; a simple sio_send_buffer() function taking a buffer pointer and
> user-supplied length would cover everything).
> 
> Marc
> 
> 
> 
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/lwip-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]