networkprotocols/tcpipv4v6prt/inc/tcp.h
changeset 51 78fceed50f62
parent 25 d15a50675083
child 66 34ec136802c5
equal deleted inserted replaced
42:88121cf79045 51:78fceed50f62
   615 	void ResetCwnd(TUint aSMSS);
   615 	void ResetCwnd(TUint aSMSS);
   616 	void SchedMsl2Wait();
   616 	void SchedMsl2Wait();
   617 	void ProcessSegments();
   617 	void ProcessSegments();
   618 	void SendSegments(TBool aNagleOverride = EFalse);
   618 	void SendSegments(TBool aNagleOverride = EFalse);
   619 	void RetransmitTimeout();
   619 	void RetransmitTimeout();
   620 	void RetransmitSegments();
   620 	TBool RetransmitSegments();
   621 	void ClearSYNSettings();
   621 	void ClearSYNSettings();
   622 
   622 
   623 	/**
   623 	/**
   624 	 * Reduce congestion window. The following events may cause this: 1. ICMP Source Quench,
   624 	 * Reduce congestion window. The following events may cause this: 1. ICMP Source Quench,
   625 	 * 2. notification from link layer, 3. ECN congestion echo. The method ensures that congestion
   625 	 * 2. notification from link layer, 3. ECN congestion echo. The method ensures that congestion