lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Closing a connection


From: Michael Broughton
Subject: Re: [lwip-users] Closing a connection
Date: Wed, 22 Sep 2004 03:51:48 -0600

call "pppClose" to close a ppp connection. if you implemented a "linkStatusCB", it will be called when the ppp connection is finished closing; otherwise, "pppClose" will block until the ppp connection is finished closing.

call "pppSigHUP" when you're modem hangs up while ppp is running. this stops ppp immediately and if you implemented a "linkStatusCB", it will be called right away.


Mike


At 02:35 AM 22/09/2004, you wrote:
Hi all,
   How do you properly close a PPP connection with LWIP ? There's a lot
of functions about hangup and closing, but in which order do you call
them ?

Thank you,

Laurent Vanstaen


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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