diff options
Diffstat (limited to 'tcp.c')
-rw-r--r-- | tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include <string.h> #include <sys/time.h> #define ERR_INET_ADDR "0.9.9.0" -#define TCPC_READ_BUF 1048576 /* en megabajt */ +#define TCPC_READ_BUF 1024 /* en kilobajt */ #define TCPC_RESOLVE_RETRIES 12 union ip_conv { unsigned char c[4]; |