mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-21 23:46:00 +00:00
Add an option to disable MTU discovery
This commit is contained in:
@@ -61,6 +61,7 @@ func server(config *serverConfig) {
|
||||
MaxConnectionReceiveWindow: config.ReceiveWindowClient,
|
||||
MaxIncomingStreams: int64(config.MaxConnClient),
|
||||
KeepAlive: true,
|
||||
DisablePathMTUDiscovery: config.DisableMTUDiscovery,
|
||||
EnableDatagrams: true,
|
||||
}
|
||||
if config.ReceiveWindowConn == 0 {
|
||||
|
Reference in New Issue
Block a user