diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2006-11-13 10:25:41 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:22:19 -0500 |
commit | afb0a34dd3e20b3f534de19993271b8664cf10bb (patch) | |
tree | f7660923d8dfa7e75ea655b99a6b608d67dea327 /net/dccp/ipv4.c | |
parent | 2e2e9e92bd723244ea20fa488b1780111f2b05e1 (diff) |
[DCCP]: Introduce a consistent naming scheme for sysctls
In order to make their function clearer and obtain a consistent naming
scheme to identify sysctls, all existing DCCP sysctls have been prefixed
with `sysctl_dccp', following the same convention as used by TCP.
Feature-specific sysctls retain the `feat' in the middle, although the
`default' has been dropped, since it is obvious from use.
Also removed a duplicate `dccp_feat_default_sequence_window' in ipv4.c.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 496112080f3d..84c05405984e 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -651,7 +651,6 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) | |||
651 | ireq = inet_rsk(req); | 651 | ireq = inet_rsk(req); |
652 | ireq->loc_addr = skb->nh.iph->daddr; | 652 | ireq->loc_addr = skb->nh.iph->daddr; |
653 | ireq->rmt_addr = skb->nh.iph->saddr; | 653 | ireq->rmt_addr = skb->nh.iph->saddr; |
654 | req->rcv_wnd = dccp_feat_default_sequence_window; | ||
655 | ireq->opt = NULL; | 654 | ireq->opt = NULL; |
656 | 655 | ||
657 | /* | 656 | /* |