]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tcp/dccp: Consolidate common code for RFC 3390 conversion
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 29 Aug 2010 19:23:12 +0000 (19:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 20:45:26 +0000 (13:45 -0700)
commit22b71c8f4f3db8df92f5e7b081c265bc56c0bd2f
treeb913f63369b09ad703ed52a42b367455785ef3af
parentd26eeb07fd02de31848b59d19687daff0e93532f
tcp/dccp: Consolidate common code for RFC 3390 conversion

This patch consolidates initial-window code common to TCP and CCID-2:
 * TCP uses RFC 3390 in a packet-oriented manner (tcp_input.c) and
 * CCID-2 uses RFC 3390 in packet-oriented manner (RFC 4341).

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/dccp/ccids/ccid2.c
net/ipv4/tcp_input.c