Skip to content

Commit

Permalink
fix(config): QUIC config with upgrade (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
venjiang committed Aug 1, 2022
1 parent 8609dff commit 6895e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client.go
Expand Up @@ -426,7 +426,7 @@ func (c *Client) initOptions() error {
InitialStreamReceiveWindow: 1024 * 1024 * 2,
InitialConnectionReceiveWindow: 1024 * 1024 * 2,
TokenStore: quic.NewLRUTokenStore(10, 5),
DisablePathMTUDiscovery: true,
// DisablePathMTUDiscovery: true,
}
}
// credential
Expand Down

0 comments on commit 6895e44

Please sign in to comment.