]> git.ipfire.org Git - thirdparty/linux.git/commit - net/ipv4/tcp.c
tcp: Enable 2nd listener hashtable in TCP
authorMartin KaFai Lau <kafai@fb.com>
Fri, 1 Dec 2017 20:52:32 +0000 (12:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 15:18:28 +0000 (10:18 -0500)
commit27da6d37e207e7ad9c692d3d0924f09e63a98e38
tree192e4e3b567edec06ed12c2e7d7ac715ee7ba485
parent61b7c691c7317529375f90f0a81a331990b1ec1b
tcp: Enable 2nd listener hashtable in TCP

Enable the second listener hashtable in TCP.
The scale is the same as UDP which is one slot per 2MB.

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c