summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2014-09-01 16:05:39 +0600
committerDmitry Kozlov <xeb@mail.ru>2014-09-13 11:02:18 +0400
commit9a7418b7cf4b46d48896c0b0be22e8f5a3893eed (patch)
treeef02d31580016978f2daf577a34d82ba9eeb6ddb /accel-pppd/accel-ppp.conf.5
parent0d9a9b35c355fa5273055d9cf21630d07adda40f (diff)
downloadaccel-ppp-9a7418b7cf4b46d48896c0b0be22e8f5a3893eed.tar.gz
accel-ppp-9a7418b7cf4b46d48896c0b0be22e8f5a3893eed.zip
ppp: implement address/control and protocol field compression
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.518
1 files changed, 18 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index ced42acb..06a1d3fd 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -95,6 +95,24 @@ MTU which will be negotiated if client's MRU will be not acceptable.
.BI "mru=" n
Prefered MRU.
.TP
+.BI "accomp=" allow|deny|n
+Address/Control compression negotiation.
+.br
+.B allow
+- prefere in send and don't deny in receive directions
+.br
+.B deny
+- disable in both directions, default behavior
+.TP
+.BI "pcomp=" allow|deny|n
+Protocol field compression negotiation.
+.br
+.B allow
+- prefere in send and don't deny in receive directions
+.br
+.B deny
+- disable in both directions, default behavior
+.TP
.BI "ccp=" n
Disable CCP negotiation if this parameter is zero.
.TP