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
View File
@@ -20,6 +20,7 @@ v.0.5dev (ongoing development)
+ hd44780: Add a 'none' charmap which does not replace any character
* hd44780: Change mapping for spanish 'n with tilde' characters
* hd44780: Exclude pin for switchable backlight from keypad scanning
* server core: New network input buffering
v0.5.3
+ lcdexec: notification when called program finishes