From: Arnaldo Carvalho de Melo Date: Wed, 10 Aug 2005 03:30:56 +0000 (-0700) Subject: [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg X-Git-Tag: v2.6.14-rc1~1035^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27258ee54f8cd4a43d09319aa5448145afc2cb8d;p=pandora-kernel.git [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg This way it gets closer to the TCP flow, where congestion window checks are done, it seems we can map ccid_hc_tx_send_packet in dccp_write_xmit to tcp_snd_wnd_test in tcp_write_xmit, a CCID2 decision should just fit in here as well... Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed