diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-12-10 18:32:23 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-12-10 18:32:23 +0000 |
commit | af388a87d1c9871f01d7d79f507242edb9dad0f3 (patch) | |
tree | d54a7e849f25baf72e33b070061caa4107c88d52 /src | |
parent | updated Changelog (diff) |
updated default buffer size (10k vs. 1k)
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@48 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'src')
-rw-r--r-- | src/clients.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients.h b/src/clients.h index a24c044..76311d1 100644 --- a/src/clients.h +++ b/src/clients.h @@ -33,7 +33,7 @@ #include "slist.h" #include "tcp.h" -#define BUFFER_LENGTH 10240 +#define BUFFER_LENGTH 102400 enum client_state_enum { CONNECTING, CONNECTED }; typedef enum client_state_enum client_state_t; |