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>
Showing
- include/net/inet_connection_sock.h 1 addition, 1 deletioninclude/net/inet_connection_sock.h
- include/net/request_sock.h 2 additions, 8 deletionsinclude/net/request_sock.h
- net/core/request_sock.c 1 addition, 7 deletionsnet/core/request_sock.c
- net/ipv4/inet_connection_sock.c 2 additions, 2 deletionsnet/ipv4/inet_connection_sock.c
Please register or sign in to comment