networkprotocols/tcpipv4v6prt/inc/tcp.h
branchRCL_3
changeset 20 7e41d162e158
parent 17 d566d76acea1
child 21 abbed5a4b42a
--- 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;