mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-16 05:04:33 +00:00
feat: disable quic-go PMTUD due to broken implementation
This commit is contained in:
@@ -67,7 +67,7 @@ func client(config *clientConfig) {
|
||||
InitialConnectionReceiveWindow: config.ReceiveWindow,
|
||||
MaxConnectionReceiveWindow: config.ReceiveWindow,
|
||||
KeepAlive: true,
|
||||
DisablePathMTUDiscovery: config.DisableMTUDiscovery,
|
||||
DisablePathMTUDiscovery: true, // Ref: https://github.com/lucas-clemente/quic-go/issues/3327
|
||||
EnableDatagrams: true,
|
||||
}
|
||||
if config.ReceiveWindowConn == 0 {
|
||||
|
Reference in New Issue
Block a user