Skip to content
Snippets Groups Projects
Commit 083b4d3d authored by Eric Anderson's avatar Eric Anderson
Browse files

Merge pull request #2988 from madongfly/backoff

Add backoff reset spec to the Connection Backoff Protocol
parents f53d0580 a5f9e903
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,12 @@ different jitter logic.
Alternate implementations must ensure that connection backoffs started at the
same time disperse, and must not attempt connections substantially more often
than the above algorithm.
## Reset Backoff
The back off should be reset to INITIAL_BACKOFF at some time point, so that the
reconnecting behavior is consistent no matter the connection is a newly started
one or a previously disconnected one.
We choose to reset the Backoff when the SETTINGS frame is received, at that time
point, we know for sure that this connection was accepted by the server.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment