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
-3
View File
@@ -2,9 +2,6 @@ Known Bugs:
--------------
V0.5dev:
- A client gets disconnected if it sends a many commands quickly. This can
happen during initial screen setup or if vBars are used on large (40x4)
displays.
- If vBars are used together with ICON_BLOCK_FILLED on the same screen and
that icon is implemented as a custom char, it sometimes is replaced with
a non full block from the vBar.