]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/libtcp/tcplib.h
FIN_WAIT_2 was never implemented, which causes the stack to hang in certain cases...
[tinyos-2.x.git] / support / sdk / c / blip / libtcp / tcplib.h
index 0aadf709a21bfb54f058034fcaba8c733d69c150..71c235b4c1a22400c32d6793d8d4a089bf156823 100644 (file)
@@ -62,6 +62,7 @@ enum {
 enum {
   /* how many timer tics to stay in TIME_WAIT */
   TCPLIB_TIMEWAIT_LEN = 1,
+  TCPLIB_2MSL = 4,
   /* how many un-acked retransmissions before we give up the connection */
   TCPLIB_GIVEUP = 6,
 };