mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
update the default value of transport.tcpMuxKeepaliveInterval (#4231)
This commit is contained in:
parent
f0442d0cd5
commit
301515d2e8
6 changed files with 9 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ transport.poolCount = 5
|
|||
|
||||
# Specify keep alive interval for tcp mux.
|
||||
# only valid if tcpMux is enabled.
|
||||
# transport.tcpMuxKeepaliveInterval = 60
|
||||
# transport.tcpMuxKeepaliveInterval = 30
|
||||
|
||||
# Communication protocol used to connect to server
|
||||
# supports tcp, kcp, quic, websocket and wss now, default is tcp
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ transport.maxPoolCount = 5
|
|||
|
||||
# Specify keep alive interval for tcp mux.
|
||||
# only valid if tcpMux is true.
|
||||
# transport.tcpMuxKeepaliveInterval = 60
|
||||
# transport.tcpMuxKeepaliveInterval = 30
|
||||
|
||||
# tcpKeepalive specifies the interval between keep-alive probes for an active network connection between frpc and frps.
|
||||
# If negative, keep-alive probes are disabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue