-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hello all,
So... i fired up wireshark and i can see that the socket get in hanged
state when i get a first "TCP spurious retransmission".
This is how it goes:
Local [Syn] -> Remote
Local [Syn] -> Remote
Remote [SYN ACK] -> Local
Local [ACK] ->
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hello all!
I'm creating some sockets to a remote server and from time to time, the
sockets get "frozen".
I'm creating the socket as:
$socket = IO::Socket::INET->new (
PeerAddr => $server,