Connection defaults, integers version.
The maximum amount of time to wait between connection attempts.
How long to keep trying to read from the sever when not receiving anything at all before the connection is considered lost.
The amount of seconds to wait before retrying after a failed connection attempt.
Timeout for HTTP GET requests.
How long to wait after issuing an HTTP request before checking whether a response has been received.
How long to wait between checks for a response after the initial wait period.
The amount of time to spend with a shortened receive timeout. After this, it reverts to Timeout.receive.
How long to wait after encountering an error when reading from the server, before trying anew.
The receive attempt timeout as set as a SocketOption.
The send attempt timeout as set as a SocketOption.
The amount of seconds to wait before retrying to connect after an instant failure to register on Twitch.
How long a replayable event is expected to be relevant. Before this it will be replayed, after this it will be discarded.
The length of the window in which replays may be queued before the timer towards Timeout.whoisRetry kicks in.
How long to wait before allowing to re-issue a WHOIS query for a user.
Various timeout values used throughout the program.