diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 02:47:20 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 02:47:20 +0200 |
| commit | 5bfb65c652a62993b5374e325dda79ceb8a36da1 (patch) | |
| tree | 3f53cf6220ed4d067352531f17b6fd400cea24b2 | |
| parent | c5493be157f71e83ed725dc7f768d90321589c8e (diff) | |
| download | accel-ppp-5bfb65c652a62993b5374e325dda79ceb8a36da1.tar.gz accel-ppp-5bfb65c652a62993b5374e325dda79ceb8a36da1.zip | |
sstp: Update documentation for missing options
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
| -rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index c9666206..d9c05653 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -900,6 +900,21 @@ as a template, i.e sstp%d => sstp0. Set the maximum MTU value that can be negotiated for PPP over SSTP sessions. Default value is 1452, maximum is 4087. .TP +.BI "ip-pool=" pool_name +Specifies the name of the IPv4 pool to use for allocating client addresses. +.TP +.BI "ipv6-pool=" pool_name +Specifies the name of the IPv6 pool to use for allocating client addresses. +.TP +.BI "ipv6-pool-delegate=" pool_name +Specifies the name of the IPv6 prefix delegation pool to use. +.TP +.BI "sndbuf=" n +Specifies the TCP send buffer size (SO_SNDBUF) for the SSTP socket. +.TP +.BI "rcvbuf=" n +Specifies the TCP receive buffer size (SO_RCVBUF) for the SSTP socket. +.TP .BI "session-timeout=" n Specifies max sessions time in seconds, after this time session will be terminated. .br |
