commit | 27258ee54f8cd4a43d09319aa5448145afc2cb8d | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Tue Aug 09 20:30:56 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:55:18 2005 -0700 |
tree | 4a52d16da47f7ab0777252169406ae85e53488b1 | |
parent | 0d48d93947dd9ea21c5cdc76a8581b06a4a39281 [diff] |
[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 <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>