diff options
author | nop <nop> | 1999-08-09 04:09:54 +0000 |
---|---|---|
committer | nop <nop> | 1999-08-09 04:09:54 +0000 |
commit | e1a7b70db7a26264a0d6ca1126ff58c784a108a0 (patch) | |
tree | 14b02ee10a045233ab393ed26394dcc2b5e65bd8 | |
parent | 203f90e4c5a4d5f6c6ae33491b8dd6c2967ce9cd (diff) | |
download | moo-e1a7b70db7a26264a0d6ca1126ff58c784a108a0.tar.gz moo-e1a7b70db7a26264a0d6ca1126ff58c784a108a0.tar.xz moo-e1a7b70db7a26264a0d6ca1126ff58c784a108a0.zip |
Turn up the buffer sizes a notch. They're still really too small...
-rw-r--r-- | options.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -179,7 +179,7 @@ * accepted by a given listener L. */ -#define MAX_QUEUED_OUTPUT 16384 +#define MAX_QUEUED_OUTPUT 65536 #define MAX_QUEUED_INPUT MAX_QUEUED_OUTPUT #define DEFAULT_CONNECT_TIMEOUT 300 @@ -319,6 +319,9 @@ /* * $Log$ + * Revision 1.5 1999/08/09 04:09:54 nop + * Turn up the buffer sizes a notch. They're still really too small... + * * Revision 1.4 1998/12/14 13:18:41 nop * Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims * |