mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-28 08:37:28 +00:00
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:
parent
0eb83f6ee6
commit
a0298728df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user