[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #37279] [ppp-new] pppapi_close() can not close ppp
From: |
Sylvain Rochet |
Subject: |
[lwip-devel] [bug #37279] [ppp-new] pppapi_close() can not close ppp |
Date: |
Tue, 18 Sep 2012 20:47:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20100101 Firefox/10.0.7 Iceweasel/10.0.7 |
Follow-up Comment #3, bug #37279 (project lwip):
Ok, now I understand.
This is not a bug, but actually a feature. In order to get a timeout during
the first step of initiating a session, you have to disable persist mode, by
using:
pcb->settings.persist = 0; after having called ppp_new();
This way, PPPoE will timeout after a few unresponded PADI packet but you will
lost the exponential backoff feature.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?37279>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/