increase max line length we can receive
This commit is contained in:
parent
74e1c687e1
commit
0b3027e65b
1 changed files with 1 additions and 1 deletions
2
tcp.h
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue