Skip to content

Configuring MsQuic connection timeout #3629

Answered by nibanks
ez74 asked this question in Q&A
Discussion options

You must be logged in to vote

IdleTimeoutMs and HandshakeIdleTimeoutMs are just for "idle timeouts" which means "How long do you keep the connection open if there is no data to exchange?". The HandshakeIdleTimeoutMs is specifically during the handshake, and the other one is after.

The DisconnectTimeoutMs is means "How long do you keep trying/resending without getting any acknowledgement?" and is probably closer to what you're looking for.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nibanks
Comment options

@ez74
Comment options

@nibanks
Comment options

@ez74
Comment options

Answer selected by ez74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants