From: Simon Arlott Date: Sat, 4 Jul 2015 16:32:18 +0000 (+0100) Subject: pppd: Add client CHAP authentication timeout X-Git-Tag: ppp-2.4.9~45^2 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=a72f809b1dfe0857290a85b2af52279a05fe2f94;hp=a72f809b1dfe0857290a85b2af52279a05fe2f94;p=ppp.git pppd: Add client CHAP authentication timeout If CHAP authentication is required with the peer but this is never completed (either because the server never sends the challenge or because the client doesn't receive the outcome) then the client will wait forever, relying on the server to terminate the connection. There are options for server side retries but a client side timeout option is required to prevent the client from getting stuck if the server won't terminate the connection. This is defaulted to 60 seconds. Signed-off-by: Simon Arlott ---