Add of the ppp_keepalive option.

This commit is contained in:
fendo 2015-09-22 23:19:01 +02:00
parent 9c77145f71
commit 07e1df5b92
8 changed files with 96 additions and 52 deletions

View file

@ -687,6 +687,7 @@ typedef struct
int ppp_restart_time; // timeout for PPP restart
int ppp_max_configure; // max lcp configure requests to send
int ppp_max_failure; // max lcp configure naks to send
int ppp_keepalive; // send echoes regardless
char radiussecret[64];
int radius_accounting;