diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-11-05 02:55:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-05 02:55:49 -0500 |
commit | ac75773c2742d82cbcb078708df406e9017224b7 (patch) | |
tree | 7e7b1aa5131c4a61aabd9d86d7332eca98d66a89 /net/dccp/feat.h | |
parent | 61e6473efbd6087e1db3aaa93a5266c5bfd8aa99 (diff) |
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>
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 56df82ceef09..f5e99b39712a 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -96,6 +96,7 @@ extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, | |||
96 | u8 *val, u8 len); | 96 | u8 *val, u8 len); |
97 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); | 97 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); |
98 | extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk); | 98 | extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk); |
99 | extern int dccp_feat_clone_list(struct list_head const *, struct list_head *); | ||
99 | extern int dccp_feat_init(struct dccp_minisock *dmsk); | 100 | extern int dccp_feat_init(struct dccp_minisock *dmsk); |
100 | 101 | ||
101 | #endif /* _DCCP_FEAT_H */ | 102 | #endif /* _DCCP_FEAT_H */ |