From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Re: PPP code attached! Date: 21 Oct 2002 01:32:27 +0300 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1035153145.2915.81.camel@cool> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux-8086 > Hello!! > > Thanks for the response!!!! Thanks for the contribution!! > I have attached the zipped up PPP code along. The driver doesnt go beyond exchanging configure > packets. I am not quite sure how to proceed with the NCP. I'm not so familiar with the PPP protocol, but is the LCP and NCP parts "done and forget"? If this is so then we should put that in a seperate executable(like the pppd you sended) that runs, setups the line and then exits signaling the ktcp to do the communications over it. All this for being smaller in memory ofcourse. > Also, is there any better way to get data instead of polling? What do you have in mind? Harry