From 0b3027e65b82a111bc4fbb574c4e0b3e3a86f099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 5 Nov 2007 10:42:24 +0000 Subject: [PATCH] increase max line length we can receive --- tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcp.h b/tcp.h index c7954dd3..13006bbe 100644 --- a/tcp.h +++ b/tcp.h @@ -50,7 +50,7 @@ typedef struct tcpserver { const char *tcp_server_name; } tcp_server_t; -#define TCP_MAX_LINE_LEN 256 +#define TCP_MAX_LINE_LEN 4000 typedef struct tcp_session { void *tcp_dispatch_handle;