Kelsidavis-WoWee/src/network
Kelsi 7c5bec50ef fix: increase world packet size limit from 16KB to 32KB
The 0x4000 (16384) limit was too conservative and could disconnect the
client when the server sends large packets such as SMSG_GUILD_ROSTER
with 500+ members (~30KB) or SMSG_AUCTION_LIST with many results.
Increase to 0x8000 (32768) which covers all normal gameplay while still
protecting against framing desync from encryption errors.
2026-03-20 17:49:49 -07:00
..
packet.cpp Optimize logging and make world packet parser callback-safe 2026-02-22 06:38:41 -08:00
socket.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
tcp_socket.cpp Fix Windows socket WSAENOTCONN disconnect; add boss encounter frames 2026-03-09 20:05:09 -07:00
world_socket.cpp fix: increase world packet size limit from 16KB to 32KB 2026-03-20 17:49:49 -07:00