We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2a862 commit 4161870Copy full SHA for 4161870
src/quicreach.cpp
@@ -44,8 +44,8 @@ struct ReachConfig {
44
QUIC_CREDENTIAL_FLAGS CredFlags {QUIC_CREDENTIAL_FLAG_CLIENT};
45
const char* OutputFile {nullptr};
46
ReachConfig() {
47
- Settings.SetDisconnectTimeoutMs(500);
48
- Settings.SetHandshakeIdleTimeoutMs(750);
+ Settings.SetDisconnectTimeoutMs(1000);
+ Settings.SetHandshakeIdleTimeoutMs(1000);
49
Settings.SetPeerUnidiStreamCount(3);
50
Settings.SetMinimumMtu(1288); /* We use a slightly larger than default MTU:
51
1240 (QUIC) + 40 (IPv6) + 8 (UDP) */
0 commit comments