Kelsidavis-WoWee/src/network
Kelsi ed8ff5c8ac fix: increase packet parse/callback budgets to fix Warden module stall
Warden module download (18756 bytes, 38 chunks of 500 bytes) stalled at
32 chunks because the per-pump packet parse budget was 16 — after two
2ms pump cycles (32 packets), the TCP receive buffer filled and the
server stopped sending. Character list never arrived.

- kDefaultMaxParsedPacketsPerUpdate: 16 → 64
- kDefaultMaxPacketCallbacksPerUpdate: 6 → 48

Also adds WARNING-level diagnostic logs for auth pipeline packets and
Warden module download progress (previously DEBUG-only, invisible in
production logs).
2026-03-28 10:28:20 -07:00
..
packet.cpp refactor: add Packet::writePackedGuid, remove redundant static methods 2026-03-25 14:06:42 -07:00
socket.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
tcp_socket.cpp fix: mail money uint64, other-player cape textures, zone toast dedup, TCP_NODELAY 2026-03-27 17:20:31 -07:00
world_socket.cpp fix: increase packet parse/callback budgets to fix Warden module stall 2026-03-28 10:28:20 -07:00