diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 6190a02..dd9a056 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -189,7 +189,7 @@ enum { | |||
189 | 189 | ||
190 | enum { | 190 | enum { |
191 | DEFAULT_SOCKET_TIMEOUT = 10, /* timeout after 10 seconds */ | 191 | DEFAULT_SOCKET_TIMEOUT = 10, /* timeout after 10 seconds */ |
192 | MAX_INPUT_BUFFER = 1024, /* max size of most buffers we use */ | 192 | MAX_INPUT_BUFFER = 8192, /* max size of most buffers we use */ |
193 | MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */ | 193 | MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */ |
194 | }; | 194 | }; |
195 | 195 | ||