]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
increase max line length we can receive
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 5 Nov 2007 10:42:24 +0000 (10:42 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 5 Nov 2007 10:42:24 +0000 (10:42 +0000)
tcp.h

diff --git a/tcp.h b/tcp.h
index c7954dd3795e1e7472703c33f4b937bacf855ab2..13006bbe743cbf0f02556a55287bfe4165bbd7e2 100644 (file)
--- 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;