From: Andreas Ă–man Date: Mon, 5 Nov 2007 10:42:24 +0000 (+0000) Subject: increase max line length we can receive X-Git-Tag: 2.12~1396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b3027e65b82a111bc4fbb574c4e0b3e3a86f099;p=thirdparty%2Ftvheadend.git increase max line length we can receive --- diff --git a/tcp.h b/tcp.h index c7954dd37..13006bbe7 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;