From: Andrea Bittau Date: Tue, 19 Sep 2006 20:14:43 +0000 (-0700) Subject: [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT X-Git-Tag: v2.6.19-rc1~1272^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374bcf32c86e1b56eab832bbb6b21e636707eab6;p=pandora-kernel.git [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT When multiple losses occur in one RTT, the window should be halved only once [a single "congestion event"]. This is now implemented, although not perfectly. Slightly changed the interface for changing the cwnd: pass hctx instead of dp. This is required in order to allow for change_cwnd to be called from _init(). Signed-off-by: Andrea Bittau Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed