Fix retransmission timers for reliable sockets
The retransmissions would timeout after 600ms which caused the TCP connections to timeout before it's able to connect. TCP sockets need to timeout after 8 seconds instead.
Showing
Please register or sign in to comment