diff -r 3652a10b304a -r 7e41d162e158 networkprotocols/tcpipv4v6prt/inc/tcp.h --- a/networkprotocols/tcpipv4v6prt/inc/tcp.h Thu Jul 15 20:25:02 2010 +0300 +++ b/networkprotocols/tcpipv4v6prt/inc/tcp.h Thu Aug 19 11:25:30 2010 +0300 @@ -517,6 +517,10 @@ // -1=linger disabled, >=0 linger enabled with given time in seconds. TInt iLinger; + + //Introduce specifically for Browser usecase where in Normal shutdown is expected to close with in certain time. + //current structure is using secs. This Bit will enable calculation in Mircosecs. + TBool iMicroSecCalcFlag; // Window scaling factor for the send window, advertised by the other end. TUint8 iSndWscale:4;