dccp: Per-socket initialisation of feature negotiation
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 5 Nov 2008 07:55:49 +0000 (23:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2008 07:55:49 +0000 (23:55 -0800)
commitac75773c2742d82cbcb078708df406e9017224b7
tree7e7b1aa5131c4a61aabd9d86d7332eca98d66a89
parent61e6473efbd6087e1db3aaa93a5266c5bfd8aa99
dccp: Per-socket initialisation of feature negotiation

This provides feature-negotiation initialisation for both DCCP sockets
and DCCP request_sockets, to support feature negotiation during
connection setup.

It also resolves a FIXME regarding the congestion control
initialisation.

Thanks to Wei Yongjun for help with the IPv6 side of this patch.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/dccp.h
net/dccp/feat.c
net/dccp/feat.h
net/dccp/input.c
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/minisocks.c
net/dccp/proto.c