add a quic.Config option to disable Path MTU discovery

This commit is contained in:
Marten Seemann 2021-02-05 10:46:31 +08:00
parent 142071253d
commit cb1eab22de
3 changed files with 7 additions and 0 deletions

View file

@ -106,6 +106,7 @@ func populateConfig(config *Config) *Config {
StatelessResetKey: config.StatelessResetKey,
TokenStore: config.TokenStore,
EnableDatagrams: config.EnableDatagrams,
DisablePathMTUDiscovery: config.DisablePathMTUDiscovery,
Tracer: config.Tracer,
}
}