aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/207-lcp_mtu_max.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-11-01 12:37:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-11-01 12:37:03 +0000
commitbc356cef8245214321c6b944bb8ebe2e72542387 (patch)
tree960cfe410346142baae68153ed3adad89641286c /package/network/services/ppp/patches/207-lcp_mtu_max.patch
parente30531cd6791de54cc8231bfd0c9b7dae707202b (diff)
downloadupstream-bc356cef8245214321c6b944bb8ebe2e72542387.tar.gz
upstream-bc356cef8245214321c6b944bb8ebe2e72542387.tar.bz2
upstream-bc356cef8245214321c6b944bb8ebe2e72542387.zip
ppp: support adaptive LCP echos
Port Debians adaptive LCP echo patch to pppd, make it configurable with UCI and enable it by default. When adaptive LCP echo is enabled, LCP echo requests are only sent if the link is idle, this avoids the common situation where a congested PPP link (e.g. during torrenting) is falsely detected as disconnected because the LCP replies are not received in time. Also bump the copyright year in the Makefile, remove a redundant maintainer entry and fix the shell processing of the keepalive option when the two- value syntax is used. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43143
Diffstat (limited to 'package/network/services/ppp/patches/207-lcp_mtu_max.patch')
-rw-r--r--package/network/services/ppp/patches/207-lcp_mtu_max.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/207-lcp_mtu_max.patch b/package/network/services/ppp/patches/207-lcp_mtu_max.patch
index 285865ff5c..240701b585 100644
--- a/package/network/services/ppp/patches/207-lcp_mtu_max.patch
+++ b/package/network/services/ppp/patches/207-lcp_mtu_max.patch
@@ -8,7 +8,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
--- a/pppd/lcp.c
+++ b/pppd/lcp.c
-@@ -1914,12 +1914,12 @@ lcp_up(f)
+@@ -1917,12 +1917,12 @@ lcp_up(f)
* the interface MTU is set to the lowest of that, the
* MTU we want to use, and our link MRU.
*/