]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove max_qlen_log
authorEric Dumazet <edumazet@google.com>
Fri, 2 Oct 2015 18:43:37 +0000 (11:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Oct 2015 11:32:44 +0000 (04:32 -0700)
commit93a4b13919aaa2e4499af8e901ee72c3cee4fc66
treeb8bb42db0c4e4cb119024339ff8263cd988248cc
parentfbc2a52fd931c9c4510f6dbefdd8075eacad3a2a
tcp: remove max_qlen_log

This control variable was set at first listen(fd, backlog)
call, but not updated if application tried to increase or decrease
backlog. It made sense at the time listener had a non resizeable
hash table.

Also rounding to powers of two was not very friendly.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
include/net/request_sock.h
net/core/request_sock.c
net/ipv4/inet_connection_sock.c