From: wessels <> Date: Thu, 26 Feb 1998 03:13:47 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~3987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ea1f2e0c049c231406f738608fc40feed00cdf;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/comm.cc b/src/comm.cc index eb45cd9652..bdb9a37240 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.230 1998/02/21 00:56:52 rousskov Exp $ + * $Id: comm.cc,v 1.231 1998/02/25 20:13:47 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -287,13 +287,13 @@ comm_open(int sock_type, return new_socket; } - /* - * NOTE: set the listen queue to Squid_MaxFD/4 and rely on the kernel to - * impose an upper limit. Solaris' listen(3n) page says it has - * no limit on this parameter, but sys/socket.h sets SOMAXCONN - * to 5. HP-UX currently has a limit of 20. SunOS is 5 and - * OSF 3.0 is 8. - */ +/* + * NOTE: set the listen queue to Squid_MaxFD/4 and rely on the kernel to + * impose an upper limit. Solaris' listen(3n) page says it has + * no limit on this parameter, but sys/socket.h sets SOMAXCONN + * to 5. HP-UX currently has a limit of 20. SunOS is 5 and + * OSF 3.0 is 8. + */ int comm_listen(int sock) {