You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The retry strategy is currently very simple (linear time between retries) and not configurable. When there are a lot of connections, this can saturate the network. A configurable retry strategy may be an option. An exponential backoff may be beneficial.
When initial_size is big, all connections attempt an establishment try at the same time. This can again cause congestion. We may want to limit this.
initial_size
is big, all connections attempt an establishment try at the same time. This can again cause congestion. We may want to limit this.The text was updated successfully, but these errors were encountered: