X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Flibtcp%2Ftcplib.h;h=0aadf709a21bfb54f058034fcaba8c733d69c150;hb=b5f791c14df3d1a9bfebf2a49440ac118438c5fd;hp=40323af14fa950d0442b9bc9653497cea33bae28;hpb=c76f0ecb25bc766d836b79552b1659b7a7465b56;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/libtcp/tcplib.h b/support/sdk/c/blip/libtcp/tcplib.h index 40323af1..0aadf709 100644 --- a/support/sdk/c/blip/libtcp/tcplib.h +++ b/support/sdk/c/blip/libtcp/tcplib.h @@ -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, };