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
As we add support for more complex connection setups (proxies with auth subnegotiations are a good example), we should reconsider our notion of timeout. Currently we have a socket level timeout for the initial TCP handshake, but then nothing further. We don't want a million separate timeouts for each step of connection establishment, so we may want to just have a single, generic, "establishment timeout" that governs the time period between bootstrap initiation and when the user's success/failure callback is invoked.
The text was updated successfully, but these errors were encountered:
As we add support for more complex connection setups (proxies with auth subnegotiations are a good example), we should reconsider our notion of timeout. Currently we have a socket level timeout for the initial TCP handshake, but then nothing further. We don't want a million separate timeouts for each step of connection establishment, so we may want to just have a single, generic, "establishment timeout" that governs the time period between bootstrap initiation and when the user's success/failure callback is invoked.
The text was updated successfully, but these errors were encountered: