Fix retransmission timers for reliable sockets
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 31 Jul 2014 23:58:43 +0000 (19:58 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 31 Jul 2014 23:58:52 +0000 (19:58 -0400)
commit69b149e7efce496a4b6444c9623be81d7625c0a5
tree9829ca4ed02f929fe3c10bc6c785b1442e396ab7
parent7cb326cfb8470030bd95842ffdf35e895f462fd8
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.
agent/conncheck.c