ModernUO/Projects/Server.Tests/Tests/Network
Kamron Batman d3176edfdf
test(network): trim huffman guards to the known-answer vector
The prefix-free structural check did its job finding the bug, but the table is
now verified against all 34 revisions in history and is effectively frozen --
it was guarding a constant. The StatLockInfo vector is a strict subset of the
all-symbols vector.

Keeps the one test covering the risk that's still live: a future rewrite of
Compress (hand-unrolled bit packing) silently corrupting the wire format. Pins
all 256 table entries plus the terminal code, and runs in ~10ms.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 09:23:40 -07:00
..
Firewall chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Packets/Outgoing refactor: decompose mobile/corpse hair, delete VirtualHairInfo, fix removal serial (#2462) (#2463) 2026-06-06 14:33:28 -07:00
MovementThrottleLatencyTests.cs feat: Adds robust speed hack detection and movement throttling (#2266) 2026-03-07 11:44:37 -08:00
MovementThrottleTests.cs feat: Adds robust speed hack detection and movement throttling (#2266) 2026-03-07 11:44:37 -08:00
NetworkCompressionTests.cs test(network): trim huffman guards to the known-answer vector 2026-07-14 09:23:40 -07:00