From b4fbfa6a8a13d94f5fd5618d46fe1861db04dc28 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 29 May 2026 20:20:26 +0200 Subject: [PATCH] docs: update packet burst TODO status 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. --- TODO.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index a379de3..3564839 100644 --- a/TODO.md +++ b/TODO.md @@ -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.