diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-12-03 21:59:02 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-12-03 21:59:02 +0300 |
commit | 96c532726a1f9434b8b1da16cea64a9c00291c59 (patch) | |
tree | e129a0a22206bdc5a72fe5224bf931d6f0125b85 /accel-pptpd/accel-pptp.conf | |
parent | 0984abada7f7c38510f953a65a8449e8481140dc (diff) | |
download | accel-ppp-96c532726a1f9434b8b1da16cea64a9c00291c59.tar.gz accel-ppp-96c532726a1f9434b8b1da16cea64a9c00291c59.zip |
ppp: implemented ccp option to enable/disable CCP negotation
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index aab1a1bb..f8693b85 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -26,6 +26,7 @@ verbose=1 min-mtu=1000 mtu=1200 mru=1200 +#ccp=0 [lcp] echo-interval=30 |