hirc

IRC client
Log | Files | Refs

commit 5b969c3978df97a00e75b157f38513408b1f551a
parent 7fd56992b1f1fa467d1a2c932899b6f1ab3208a4
Author: hhvn <dev@hhvn.uk>
Date:   Wed, 22 Dec 2021 16:12:57 +0000

s/struct.h: big buffer

Should really have a method to reread if read/tls_read reach the end of
a buffer.

Diffstat:
Msrc/struct.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/struct.h b/src/struct.h @@ -126,7 +126,7 @@ struct Schedule { struct Schedule *next; }; -#define SERVER_INPUT_SIZE 1024 +#define SERVER_INPUT_SIZE 16384 struct Server { struct Server *prev; int wfd;