diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 20:26:31 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 20:26:31 -0400 |
| commit | a39451c17f53bbae053555670c7b678d46bcebba (patch) | |
| tree | 8bb6106ec7812a421c3d3eb9c8c273580cc703fc /net/ipv4/tcp_ipv4.c | |
| parent | adb7ee3746b579a7fa7af7c4ec2c8164bc910ed4 (diff) | |
| parent | 0e57976b6376f7fda6bef8b7dee2a3c8819ec9e9 (diff) | |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 2d41d5d6ad19..9122814c13ad 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
| @@ -2048,6 +2048,7 @@ static int tcp_v4_init_sock(struct sock *sk) | |||
| 2048 | tp->mss_cache_std = tp->mss_cache = 536; | 2048 | tp->mss_cache_std = tp->mss_cache = 536; |
| 2049 | 2049 | ||
| 2050 | tp->reordering = sysctl_tcp_reordering; | 2050 | tp->reordering = sysctl_tcp_reordering; |
| 2051 | tp->ca_ops = &tcp_reno; | ||
| 2051 | 2052 | ||
| 2052 | sk->sk_state = TCP_CLOSE; | 2053 | sk->sk_state = TCP_CLOSE; |
| 2053 | 2054 | ||
| @@ -2070,6 +2071,8 @@ int tcp_v4_destroy_sock(struct sock *sk) | |||
| 2070 | 2071 | ||
| 2071 | tcp_clear_xmit_timers(sk); | 2072 | tcp_clear_xmit_timers(sk); |
| 2072 | 2073 | ||
| 2074 | tcp_cleanup_congestion_control(tp); | ||
| 2075 | |||
| 2073 | /* Cleanup up the write buffer. */ | 2076 | /* Cleanup up the write buffer. */ |
| 2074 | sk_stream_writequeue_purge(sk); | 2077 | sk_stream_writequeue_purge(sk); |
| 2075 | 2078 | ||
