diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-22 00:31:10 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-22 00:31:10 +0000 |
commit | 787ece6c0185b4f6dba0956fa56983c1cb69ab70 (patch) | |
tree | 9a707943584905c6a3dc93b4f130b727961bc4a0 /src/tinyproxy.h | |
parent | bcb7c689113ba5d87b1f8e88aaac5097ac7bbae2 (diff) |
Reformated text.
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r-- | src/tinyproxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 7dd6402..e38e886 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.19 2001-10-25 17:27:39 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.20 2001-11-22 00:31:10 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -81,7 +81,7 @@ /* Global variables for the main controls of the program */ #define MAXBUFFSIZE ((size_t)(1024 * 48)) /* Max size of buffer */ -#define MAXLISTEN 1024 /* Max number of connections */ +#define MAXLISTEN 1024 /* Max number of connections */ #define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */ /* Useful function macros */ |