Change maximum packet size to correct value (4096 -> 4106)

This commit is contained in:
Tiiffi
2024-11-09 15:22:42 +02:00
parent 489306d4a2
commit fc040ce5ea
2 changed files with 16 additions and 7 deletions

View File

@ -2,13 +2,14 @@
###### 0.7.3
- Add support to Valve style rcon authentication
- Change maximum packet size to correct value (4096 -> 4106)
###### 0.7.2
- Quit gracefully when Ctrl-D or Ctrl+C is pressed
- Remove "exit" and "quit" as quitting commands
* these are actual rcon commands on some servers
- Suppress compiler warning (strncpy)
- fix erroneous string length in packet building function
- Fix erroneous string length in packet building function
- Fix typo in ANSI escape sequence for LCYAN
- Make stdout and stderr unbuffered