Introduce a ring buffer implementation for server's network input. As a

result, clients are not disconnected due to sending large messages.
This commit is contained in:
mmdolze
2010-01-19 22:49:51 +00:00
parent 775041e81d
commit 287b933e79
7 changed files with 357 additions and 81 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
noinst_LIBRARIES = libLCDstuff.a
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h sring.c sring.h
libLCDstuff_a_LIBADD = @LIBOBJS@