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: Marc Boucher
Subject: Re: [lwip-users] Fw: Re: [lwip-members] PPP??
Date: Thu, 27 Feb 2003 08:34:56 -0500
User-agent: Mutt/1.5.1i

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





reply via email to

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