aboutsummaryrefslogtreecommitdiffstats
path: root/sbusd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbusd.c')
-rw-r--r--sbusd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbusd.c b/sbusd.c
index b2b8e2c..2da0fed 100644
--- a/sbusd.c
+++ b/sbusd.c
@@ -351,7 +351,7 @@ broadcast(const char *msg, size_t n)
static void
handle_message(struct client *cl)
{
- static char buf[3 << 17];
+ static char buf[409600 + 1];
int fd = cl->fd;
ssize_t r;