summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-26 01:39:53 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-26 01:39:53 +0000
commit09fdf9af74b5afc841b3ed4dc7708fae54c92126 (patch)
tree33b94defa8f3aee72c7ad853c1f401dca3acafbd /src
parenta03a1d3847ddbc5687f4d3cf8568ecd8444d527f (diff)
downloadtinyproxy-09fdf9af74b5afc841b3ed4dc7708fae54c92126.tar.gz
tinyproxy-09fdf9af74b5afc841b3ed4dc7708fae54c92126.zip
Increased the maximum buffer size to 96 KB
Diffstat (limited to '')
-rw-r--r--src/tinyproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index 26448af..18a115f 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.h,v 1.21 2001-11-25 22:07:36 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.22 2001-11-26 01:39:53 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@@ -161,7 +161,7 @@
#endif
/* Global variables for the main controls of the program */
-#define MAXBUFFSIZE ((size_t)(1024 * 48)) /* Max size of buffer */
+#define MAXBUFFSIZE ((size_t)(1024 * 96)) /* Max size of buffer */
#define MAXLISTEN 1024 /* Max number of connections */
#define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */