diff options
author | Dmitry Popov <dp@highloadlab.com> | 2013-07-31 05:39:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-31 15:16:45 -0400 |
commit | c0155b2da4cd6583b1b729451249ca346e1c05a2 (patch) | |
tree | 908835cb5413849e658f1dd1761b1ff19ad66dea /net | |
parent | 4299c8a94fa9d26b54222d7781244137623d4b39 (diff) |
tcp: Remove unused tcpct declarations and comments
Remove declaration, 4 defines and confusing comment that are no longer used
since 1a2c6181c4 ("tcp: Remove TCPCT").
Signed-off-by: Dmitry Popov <dp@highloadlab.com>
Acked-by: Christoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/tcp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index c27e81392398..ab64eea042fa 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -410,10 +410,6 @@ void tcp_init_sock(struct sock *sk) | |||
410 | 410 | ||
411 | icsk->icsk_sync_mss = tcp_sync_mss; | 411 | icsk->icsk_sync_mss = tcp_sync_mss; |
412 | 412 | ||
413 | /* Presumed zeroed, in order of appearance: | ||
414 | * cookie_in_always, cookie_out_never, | ||
415 | * s_data_constant, s_data_in, s_data_out | ||
416 | */ | ||
417 | sk->sk_sndbuf = sysctl_tcp_wmem[1]; | 413 | sk->sk_sndbuf = sysctl_tcp_wmem[1]; |
418 | sk->sk_rcvbuf = sysctl_tcp_rmem[1]; | 414 | sk->sk_rcvbuf = sysctl_tcp_rmem[1]; |
419 | 415 | ||