ppp: support adaptive LCP echos
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 Nov 2014 12:37:03 +0000 (12:37 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 Nov 2014 12:37:03 +0000 (12:37 +0000)
commitc617d28017748e65beddeaf1805abf55c86ceb9e
treec0a1774bf9a3626db690a07be945ba50b7fc263d
parentc83ce77aec1f590763a2ea6beaccc68ae6c01eb0
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43143 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/network/services/ppp/Makefile
package/network/services/ppp/files/ppp.sh
package/network/services/ppp/patches/121-debian_adaptive_lcp_echo.patch [new file with mode: 0644]
package/network/services/ppp/patches/207-lcp_mtu_max.patch