ocserv.conf: include switch-to-tcp-timeout
This commit is contained in:
parent
bb91f26d9d
commit
77b3f227f7
@ -155,6 +155,14 @@ dpd = 90
|
|||||||
# 'X-AnyConnect-Identifier-DeviceType'.
|
# 'X-AnyConnect-Identifier-DeviceType'.
|
||||||
mobile-dpd = 1800
|
mobile-dpd = 1800
|
||||||
|
|
||||||
|
# If using DTLS, and no UDP traffic is received for this
|
||||||
|
# many seconds, attempt to send future traffic over the TCP
|
||||||
|
# connection instead, in an attempt to wake up the client
|
||||||
|
# in the case that there is a NAT and the UDP translation
|
||||||
|
# was deleted. If this is unset, do not attempt to use this
|
||||||
|
# recovery mechanism.
|
||||||
|
switch-to-tcp-timeout = 25
|
||||||
|
|
||||||
# MTU discovery (DPD must be enabled)
|
# MTU discovery (DPD must be enabled)
|
||||||
try-mtu-discovery = false
|
try-mtu-discovery = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user