diff options
author | xebd <xeb@mail.ru> | 2017-12-05 16:48:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 16:48:19 +0300 |
commit | 00b8ac572ad265e912b5279f1fb98dbe463e2f40 (patch) | |
tree | bca3965242ba8d684992eafb564139ef22568b3c /accel-pppd/ctrl/l2tp | |
parent | f740a48aa7559c535329f8be137c35f319f811b8 (diff) | |
parent | f0829a7a37b991f0e7289e3c8d0140fcf72f9263 (diff) | |
download | accel-ppp-00b8ac572ad265e912b5279f1fb98dbe463e2f40.tar.gz accel-ppp-00b8ac572ad265e912b5279f1fb98dbe463e2f40.zip |
Merge pull request #23 from themiron/echo-fixes
pptp/l2tp: echo failure improvements
Diffstat (limited to 'accel-pppd/ctrl/l2tp')
-rw-r--r-- | accel-pppd/ctrl/l2tp/l2tp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/l2tp/l2tp.c b/accel-pppd/ctrl/l2tp/l2tp.c index 51f8e7dc..a44d31d2 100644 --- a/accel-pppd/ctrl/l2tp/l2tp.c +++ b/accel-pppd/ctrl/l2tp/l2tp.c @@ -3213,6 +3213,9 @@ static int l2tp_recv_HELLO(struct l2tp_conn_t *conn, log_tunnel(log_debug, conn, "handling HELLO\n"); + if (conn->hello_timer.tpd) + triton_timer_mod(&conn->hello_timer, 0); + return 0; } |