]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/libtcp/tcplib.h
- update blip source address setting to be more generic
[tinyos-2.x.git] / support / sdk / c / blip / libtcp / tcplib.h
index 40323af14fa950d0442b9bc9653497cea33bae28..0aadf709a21bfb54f058034fcaba8c733d69c150 100644 (file)
@@ -61,7 +61,7 @@ enum {
 
 enum {
   /* how many timer tics to stay in TIME_WAIT */
-  TCPLIB_TIMEWAIT_LEN = 12,
+  TCPLIB_TIMEWAIT_LEN = 1,
   /* how many un-acked retransmissions before we give up the connection */
   TCPLIB_GIVEUP = 6,
 };