diff options
Diffstat (limited to 'src/client_internal.h')
-rw-r--r-- | src/client_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client_internal.h b/src/client_internal.h index 8bcda78e7..2b1b92433 100644 --- a/src/client_internal.h +++ b/src/client_internal.h @@ -55,7 +55,7 @@ struct client { size_t deferred_bytes; /* mem deferred_send consumes */ unsigned int num; /* client number */ - char send_buf[4096]; + char send_buf[16384]; size_t send_buf_used; /* bytes used this instance */ /** is this client waiting for an "idle" response? */ |