TCPRaceResult¶
Represents the result of a TCP race competition, including the winning socket or an error.
Fields:¶
Socket WinningSocket¶
- The socket that won the race competition, if available.
Exception Error¶
- The error encountered during the race competition, if any.