From: hno <> Date: Tue, 4 Jun 2002 21:04:05 +0000 (+0000) Subject: Upper the limit on HTTP ports to 128 (was 12) X-Git-Tag: SQUID_3_0_PRE1~996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c82c69df3ff304c54ed36fc7583832929017ff5;p=thirdparty%2Fsquid.git Upper the limit on HTTP ports to 128 (was 12) --- diff --git a/src/defines.h b/src/defines.h index 0792a151ad..aa55f54e37 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.102 2002/04/13 23:07:49 hno Exp $ + * $Id: defines.h,v 1.103 2002/06/04 15:04:05 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -54,7 +54,7 @@ #define ACL_ALLWEEK 0x7F #define ACL_WEEKDAYS 0x3E -#define MAXHTTPPORTS 12 +#define MAXHTTPPORTS 128 #define COMM_OK (0) #define COMM_ERROR (-1)