networkprotocols/tcpipv4v6prt/inc/tcp.h
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
--- a/networkprotocols/tcpipv4v6prt/inc/tcp.h	Wed Sep 15 13:53:10 2010 +0300
+++ b/networkprotocols/tcpipv4v6prt/inc/tcp.h	Wed Oct 13 16:17:27 2010 +0300
@@ -519,9 +519,8 @@
 	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;
-
+	//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;