increase max line length we can receive

This commit is contained in:
Andreas Öman 2007-11-05 10:42:24 +00:00
parent 74e1c687e1
commit 0b3027e65b

2
tcp.h
View file

@ -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;