From: Ted Lemon Date: Thu, 6 Jul 2000 06:21:29 +0000 (+0000) Subject: Enlarge default hash table size. X-Git-Tag: V3-BETA-2-PATCH-1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b76288610ffd93304f69d518df4690608ba3be5;p=thirdparty%2Fdhcp.git Enlarge default hash table size. --- diff --git a/includes/hash.h b/includes/hash.h index bd6a2b325..428d5c583 100644 --- a/includes/hash.h +++ b/includes/hash.h @@ -41,7 +41,7 @@ * ``http://www.nominum.com''. */ -#define DEFAULT_HASH_SIZE 97 +#define DEFAULT_HASH_SIZE 9973 /* The purpose of the hashed_object_t struct is to not match anything else. */ typedef struct {