mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Increade lcp-echo-failures.
This should make DSL connections more stable if the provider's gateway is headily loaded and does not answer the LCP echo requests in time. As far as I know, this happens with connections from Arcor and Versatel.
This commit is contained in:
@@ -458,7 +458,7 @@ case "${1}" in
|
||||
PPP_STD_OPTIONS+=" default-asyncmap hide-password nodetach mtu ${MTU}"
|
||||
PPP_STD_OPTIONS+=" mru ${MRU} noaccomp nodeflate nopcomp novj novjccomp"
|
||||
PPP_STD_OPTIONS+=" nobsdcomp user ${USERNAME} lcp-echo-interval 20"
|
||||
PPP_STD_OPTIONS+=" lcp-echo-failure 3 ${AUTH}"
|
||||
PPP_STD_OPTIONS+=" lcp-echo-failure 5 ${AUTH}"
|
||||
|
||||
### Debugging
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user