Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-09 | ppp: changed behaviour of lcp-echo-timeout | Dmitry Kozlov | |
Now, if lcp-echo-timeout is specified this is considered as idle timeout. So if link is idling (no any packet was received) in specified interval accel-ppp starts to send LCP Echo-Request with lcp-echo-interval period. If peer responds to echo request new idle period is being started. If peer does not responds to lcp-echo-failure attempts accel-ppp terminates session with Acct-Terminate-Cause Lost-Carrier. If lcp-echo-timeout is not specified or equals zero accel-ppp works in old behaviour (unconditionally sends LCP Echo-Request with lcp-echo-interval period). This patch intended to prevent unexpected sessions termination due to lcp echo loses. | |||
2017-10-09 | ppp_lcp: fixed missing braces (possible bug) | Dmitry Kozlov | |
2015-11-23 | ppp: do not send double ConfAck when LCP is started | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-03 | get rid of time(), use clock_gettime(CLOCK_MONOTONIC) instead | Dmitry Kozlov | |
2014-09-13 | ppp: improve LCP magic number negotiation | Vladislav Grishenko | |
2014-03-19 | ppp: fixed magic endianness | Dmitry Kozlov | |
2013-06-07 | ppp: handle LCP DiscardReq | Kozlov Dmitry | |
2013-01-25 | Proper logging of LCP Magic-Numbers | Aleksey Zhukov | |
2013-01-24 | merge upstream | Kozlov Dmitry | |
2012-09-05 | generalize interface statistics gathering | Kozlov Dmitry | |
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-07-11 | Merge commit '8e46d2416a2e7ab563f6b3b1ff761799ccbcf0f4' | Kozlov Dmitry | |
2012-06-21 | ppp: fixed unexpected lcp timer start | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-05-02 | ppp: implemented adaptive lcp echo functionality | Kozlov Dmitry | |
2012-01-20 | ppp: move [lcp] echo-interval/echo-failure to [ppp] ↵ | Kozlov Dmitry | |
lcp-echo-interval/lcp-echo-failure | |||
2011-12-09 | ppp: don't accept lcp ConfReq and similar packets after lcp was started | Kozlov Dmitry | |
2011-10-10 | ppp: options header sanity check | Kozlov Dmitry | |
2011-10-10 | Revert "ppp: options header sanity check" | Kozlov Dmitry | |
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc. | |||
2011-10-06 | ppp: options header sanity check | Kozlov Dmitry | |
2011-05-31 | ppp: treat peer's lcp echo request as lcp echo activity and don't drop ↵ | Kozlov Dmitry | |
connection if there is no peer's echo reply | |||
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-05-16 | ppp: discard packets with invalid id before passing it to fsm | Kozlov Dmitry | |
ppp: default fsm timeout increased to 3 sec. ppp: accept LCP TermReq/TermAck packets in terminating phase | |||
2011-04-28 | various ppp and mppe improvements | Kozlov Dmitry | |
2011-03-04 | ppp: fix incorrect magic in lcp echo reply | Dmitry Kozlov | |
2011-02-18 | ppp: fix lcp echo stopping | Kozlov Dmitry | |
2011-02-13 | ppp: don't raise error if lcp echo reply received without magic | Dmitry Kozlov | |
2011-01-28 | ppp: send ConfNak with random magic number if magic number in CanfReq is ↵ | Kozlov Dmitry | |
equal to self magic number | |||
2011-01-26 | ppp, radius: Acct-Terminate-Cause=Lost-Carrier when ppp terminates by lcp ↵ | Dmitry Kozlov | |
reply absence | |||
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |