From 77a68e4a0cae37846df75990144c73d547bacd48 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 28 Nov 2022 00:56:11 +0200 Subject: [PATCH] Modified CHANGELOG.md to tell the comeback of the csgo rules response and increased valve protocol PACKET_SIZE from 1400 to 6144 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2a72a..226885d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,9 @@ Who knows what the future holds... [Rust](https://store.steampowered.com/app/252490/Rust/) support. [Counter-Strike](https://store.steampowered.com/app/10/CounterStrike/) support. [Arma 2: Operation Arrowhead](https://store.steampowered.com/app/33930/Arma_2_Operation_Arrowhead/) support. -Tested `Alien Swarm` and `Insurgency: Modern Infantry Combat` and they work. -Increased Valve Protocol `PACKET_SIZE` from 1400 to 6144, some games send larger packets than the specified protocol size. +Successfully tested `Alien Swarm` and `Insurgency: Modern Infantry Combat`. +Restored rules response for `Counter-Strike: Global Offensive` (note: for a full player list response, the cvar `host_players_show` must be set to `2`). +Increased Valve Protocol `PACKET_SIZE` from 1400 to 6144 (because some games send larger packets than the specified protocol size). # 0.0.5 - 15/11/2022 Added `SocketBind` error, regarding failing to bind a socket.