networkprotocols/tcpipv4v6prt/inc/tcp.h
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
   517 
   517 
   518 	// -1=linger disabled, >=0 linger enabled with given time in seconds.
   518 	// -1=linger disabled, >=0 linger enabled with given time in seconds.
   519 	TInt			iLinger;
   519 	TInt			iLinger;
   520 	
   520 	
   521 	//Introduce specifically for Browser usecase where in Normal shutdown is expected to close with in certain time.
   521 	//Introduce specifically for Browser usecase where in Normal shutdown is expected to close with in certain time.
   522     //current structure is using secs. This Bit will enable calculation in Mircosecs.
   522 	//current structure is using secs. This Bit will enable calculation in Mircosecs.
   523     TBool           iMicroSecCalcFlag;
   523 	TBool           iMicroSecCalcFlag;
   524 
       
   525 	// Window scaling factor for the send window, advertised by the other end.
   524 	// Window scaling factor for the send window, advertised by the other end.
   526 	TUint8			iSndWscale:4;
   525 	TUint8			iSndWscale:4;
   527 
   526 
   528 	// Window scaling factor for receive window, based on ini settings.
   527 	// Window scaling factor for receive window, based on ini settings.
   529 	TUint8			iRcvWscale:4;
   528 	TUint8			iRcvWscale:4;