forked from Imagelibrary/lwip
PPP, disable persist mode by default, so the default behavior does not look like a buggy behavior. Fixes bug #37279.
This commit is contained in:
@@ -257,7 +257,6 @@ ppp_pcb *ppp_new(void) {
|
||||
|
||||
/* default configuration */
|
||||
pcb->settings.usepeerdns = 1;
|
||||
pcb->settings.persist = 1;
|
||||
#if CHAP_SUPPORT
|
||||
pcb->settings.chap_timeout_time = 3;
|
||||
pcb->settings.chap_max_transmits = 10;
|
||||
|
||||
Reference in New Issue
Block a user