From 040ab98c4123bcfeadfca8282253631315b3042b Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Fri, 11 Nov 2005 20:52:18 +0000 Subject: [PATCH] typo git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@394 7f574dfc-610e-0410-a909-a81674777703 --- src/libtcp-portmon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtcp-portmon.h b/src/libtcp-portmon.h index 727a11a2..76bc588e 100644 --- a/src/libtcp-portmon.h +++ b/src/libtcp-portmon.h @@ -53,7 +53,7 @@ * ------------------------------------------------------------------------------------------------*/ #define TCP_CONNECTION_HASH_SIZE_DEFAULT 512 /* connection hash size default -- must be a power of two */ -#define TCP_CONNECTION_HASH_SIZE_MAX 65535 /* connection hash size maximum -- must be a power of two */ +#define TCP_CONNECTION_HASH_SIZE_MAX 65536 /* connection hash size maximum -- must be a power of two */ #define TCP_CONNECTION_HASH_MAX_LOAD_RATIO 0.5 /* disallow inserts after this load ratio is exceeded */ #define TCP_CONNECIION_HASH_MAX_VACATED_RATIO 0.25 /* rebalance hash after this ratio of vacated slots is exceeded */ #define TCP_CONNECIION_STARTING_AGE 1 /* connection deleted if unseen again after this # of refreshes */