TCPRingmasterSettings¶
Contains settings related to TCP Ringmaster, which manages and optimizes TCP connections.
Fields:¶
Int32 MaxSimultaneousRacers¶
- The maximum number of simultaneous TCP racers. Racers are used to establish and manage connections.
Boolean ShuffleAddresses¶
- Determines whether to shuffle addresses before assigning racing lanes.
Action<TCPRaceParameters> CustomAddressShuffleAlgorithm¶
- Callback to implement a custom address shuffle algorithm. When assigned, no plugin-defined shuffle algorithm will be executed. It must be thread-safe.
TimeSpan CancellationCheckingGranularity¶
- The granularity of cancellation checking for TCP races. It specifies the time interval for checking if a race should be canceled.