[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>
Tue, 21 Mar 2006 01:41:47 +0000 (17:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:41:47 +0000 (17:41 -0800)
commit2a91aa3967398fb94eccc8da67c82bce9f67afdf
tree62bf003487121bc629919c85810df11e52016b8f
parentaa5d7df3b20e0e493e90e1151510ab3ae8366bb5
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation

Original work by Andrea Bittau, Arnaldo Melo cleaned up and fixed several
issues on the merge process.

For now CCID2 was turned the default for all SOCK_DCCP connections, but this
will be remedied soon with the merge of the feature negotiation code.

Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/Kconfig
net/dccp/ccids/Kconfig
net/dccp/ccids/Makefile
net/dccp/ccids/ccid2.c [new file with mode: 0644]
net/dccp/ccids/ccid2.h [new file with mode: 0644]
net/dccp/ipv4.c