diff options
author | Kozlov Dmitry <dima@server> | 2010-09-03 17:45:41 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-03 17:45:41 +0400 |
commit | a22573e91dac7971aa4c9b1d874d6751e8502d16 (patch) | |
tree | 76431aab698d2a05c195eecd3edc2c34cdc820a9 /accel-pptpd/accel-pptpd.conf | |
parent | 9d6cabeeff53b574d9d3a9ceede962f452366747 (diff) | |
download | accel-ppp-xebd-a22573e91dac7971aa4c9b1d874d6751e8502d16.tar.gz accel-ppp-xebd-a22573e91dac7971aa4c9b1d874d6751e8502d16.zip |
pptp: implemented echo request/reply
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r-- | accel-pptpd/accel-pptpd.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf index a0c5fdb..736f71a 100644 --- a/accel-pptpd/accel-pptpd.conf +++ b/accel-pptpd/accel-pptpd.conf @@ -8,5 +8,8 @@ libmschap-v2.so log-error=/dev/stderr [lcp] -echo-interval=3 +echo-interval=10 echo-failure=3 + +[pptp] +echo-interval=3 |