tcp: Remove unused TCP_MAX_SOCKS constant
Presumably it meant something in the past, but it's no longer used. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
9ffa0184e3
commit
46b78ce96a
1 changed files with 0 additions and 1 deletions
1
tcp.h
1
tcp.h
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#define TCP_CONN_INDEX_BITS 17 /* 128k */
|
#define TCP_CONN_INDEX_BITS 17 /* 128k */
|
||||||
#define TCP_MAX_CONNS (1 << TCP_CONN_INDEX_BITS)
|
#define TCP_MAX_CONNS (1 << TCP_CONN_INDEX_BITS)
|
||||||
#define TCP_MAX_SOCKS (TCP_MAX_CONNS + USHRT_MAX * 2)
|
|
||||||
|
|
||||||
#define TCP_SOCK_POOL_SIZE 32
|
#define TCP_SOCK_POOL_SIZE 32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue