dccp: Set per-connection CCIDs via socket options
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 24 Nov 2008 00:02:31 +0000 (16:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Nov 2008 00:02:31 +0000 (16:02 -0800)
commitb20a9c24d5c5d466d7e4a25c6f1bedbd2d16ad4f
tree17789215657f693caf36e22d3e724cc1b1e07ba6
parent2c62ad7b56fa8e2658253c0256ef4c4de228a0b9
dccp: Set per-connection CCIDs via socket options

With this patch, TX/RX CCIDs can now be changed on a per-connection
basis, which overrides the defaults set by the global sysctl variables
for TX/RX CCIDs.

To make full use of this facility, the remaining patches of this patch
set are needed, which track dependencies and activate negotiated
feature values.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/dccp.txt
include/linux/dccp.h
net/dccp/ackvec.c
net/dccp/ackvec.h
net/dccp/feat.h
net/dccp/proto.c