diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2014-04-08 23:07:15 +0200 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-04-11 06:47:42 +0400 |
commit | 19cff977b7c249e69626bce816baac3eb7a71d3f (patch) | |
tree | 9f0afe55073ca935c5ee60458c02b6e954daaf12 /accel-pppd/accel-ppp.conf.5 | |
parent | 6677ca651c0c014375b71acda296c7f565878336 (diff) | |
download | accel-ppp-19cff977b7c249e69626bce816baac3eb7a71d3f.tar.gz accel-ppp-19cff977b7c249e69626bce816baac3eb7a71d3f.zip |
l2tp: configure receive window in accel-ppp.conf
Add the recv-window option in accel-ppp.conf.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 01ca869..9cabada 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -477,6 +477,12 @@ This name will be sent to clients in Host-Name attribute. .BI "hello-interval=" n Specifies interval (in seconds) to send Hello control message. Its used for keep alive connection. If peer will not respond to Hello connection will be terminated. .TP +.BI "recv-window=" n +Set the size of the local receive window. Only received messages whose sequence +number is in the range [last-Nr + 1, last-Nr + recv-window] are accepted +(where last-Nr is the sequence number of the last acknowledged message). +Minimum value is 1, maximum is 32768, default is 16. +.TP .BI "timeout=" n Specifies timeout (in seconds) to wait peer completes tunnel and session negotiation. .TP |