diff options
author | Kozlov Dmitry <dima@server> | 2009-12-02 18:45:10 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2009-12-02 18:45:10 +0300 |
commit | 9db6020c32d86c330b470158805a2918d8d747dd (patch) | |
tree | 2407879b4dce8fe433369f042c2f16f9b02f00c4 /gentoo/net-dialup/accel-pptp/files/options.pptp | |
parent | 5c91194a6c22d8d7ad74c371fca8be2bc74d6d50 (diff) | |
download | accel-ppp-9db6020c32d86c330b470158805a2918d8d747dd.tar.gz accel-ppp-9db6020c32d86c330b470158805a2918d8d747dd.zip |
using per-cpu threads for packet receiveing/transmiting
Diffstat (limited to 'gentoo/net-dialup/accel-pptp/files/options.pptp')
-rw-r--r-- | gentoo/net-dialup/accel-pptp/files/options.pptp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gentoo/net-dialup/accel-pptp/files/options.pptp b/gentoo/net-dialup/accel-pptp/files/options.pptp deleted file mode 100644 index d61ab80c..00000000 --- a/gentoo/net-dialup/accel-pptp/files/options.pptp +++ /dev/null @@ -1,32 +0,0 @@ -# -# Lock the port -# -#lock - -# -# We don't need the tunnel server to authenticate itself -# -noauth - -# -# Turn off transmission protocols we know won't be used -# -nobsdcomp -nodeflate - -# -# We want MPPE -# -require-mppe - -# -# We want a sane mtu/mru -# -mtu 1437 -mru 1437 - -# -# Time this thing out of it goes poof -# -lcp-echo-failure 10 -lcp-echo-interval 10 |