| Value | Meaning |
|---|---|
| delayIncrementMultiplier1.5 | By what to multiply the connect timeout after failing an attempt. |
| receiveShorteningMultiplier0.25 | By what to multiply Timeout.receiveMsecs with to shorten reads. |
| messageRate1.2 | How many messages to send per second, maximum. |
| messageBurst3.0 | How many messages to immediately send in one go, before throttling kicks in. |
| messageRateTwitchFast2.0 | How many messages to send per second, maximum. For *fast* sends on Twitch servers. FIXME: Tweak value. |
| messageBurstTwitchFast3.0 | How many messages to immediately send in one go, before throttling kicks in. For *fast* sends on Twitch servers. FIXME: Tweak value. |
| messageRateTwitchSlow0.5 | How many messages to send per second, maximum. For *slow* sends on Twitch servers. FIXME: Tweak value. |
| messageBurstTwitchSlow0.5 | How many messages to immediately send in one go, before throttling kicks in. For *slow* sends on Twitch servers. FIXME: Tweak value. |
Connection defaults, floating point version.