docs: update packet burst TODO status
All checks were successful
Source release / source-package (push) Successful in 47s

Packet Burst is no longer merely optional follow-up work for DOS tool
compatibility.

A diagnostics-enabled DOS client run verified real Packet Burst negotiation
and READ/WRITE data-path usage, and ENABLE_BURSTMODE now defaults to ON at
build time while runtime use remains controlled by nwserv.conf.

Keep Packet Burst/NDS fragmentation listed as deferred optional work.
This commit is contained in:
Mario Fetka
2026-05-29 20:20:26 +02:00
parent c7a40dbdbb
commit b4fbfa6a8a

View File

@@ -68,5 +68,9 @@ Follow-up:
## Deferred / optional protocol work
- Packet Burst support is still optional and currently not a priority for DOS tool compatibility.
- NDS fragger support remains out of scope unless a concrete client requires it.
* Basic Packet Burst file transfer support is implemented and verified with a
diagnostics-enabled DOS client test.
* Packet Burst support is built by default, but runtime use remains controlled
by `nwserv.conf`.
* Packet Burst/NDS fragmentation support remains out of scope unless a concrete
client requires it.