commit | ef547f2ac16bd9d77a780a0e7c70857e69e8f23f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 02 11:43:37 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 04:32:44 2015 -0700 |
tree | b8bb42db0c4e4cb119024339ff8263cd988248cc | |
parent | 10cbc8f179177c1a6d5f56a46ebddc8f602ce5ac [diff] |
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>