diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 674bbd8cfd36..f3dbc8dc1263 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2333,6 +2333,8 @@ void __init tcp_init(void) | |||
2333 | printk(KERN_INFO "TCP: Hash tables configured " | 2333 | printk(KERN_INFO "TCP: Hash tables configured " |
2334 | "(established %d bind %d)\n", | 2334 | "(established %d bind %d)\n", |
2335 | tcp_ehash_size << 1, tcp_bhash_size); | 2335 | tcp_ehash_size << 1, tcp_bhash_size); |
2336 | |||
2337 | tcp_register_congestion_control(&tcp_reno); | ||
2336 | } | 2338 | } |
2337 | 2339 | ||
2338 | EXPORT_SYMBOL(tcp_accept); | 2340 | EXPORT_SYMBOL(tcp_accept); |