Skip to content

Commit

Permalink
Use default idle timeout (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Jan 8, 2023
1 parent 893e2c3 commit 6d61a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/msh3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ MsH3Connection::MsH3Connection(
MsQuicSettings Settings;
Settings.SetSendBufferingEnabled(false);
Settings.SetPeerUnidiStreamCount(3);
Settings.SetIdleTimeoutMs(1000);
auto Flags =
Unsecure ?
QUIC_CREDENTIAL_FLAG_CLIENT | QUIC_CREDENTIAL_FLAG_NO_CERTIFICATE_VALIDATION :
Expand Down

0 comments on commit 6d61a2d

Please sign in to comment.