mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-03 16:31:28 +02:00
bed838c365
Stores the full hex packet snapshot (header+transport_codes+path_len+payload) captured at send time, enabling future "Resend (same packet hash)" feature that lets repeaters deduplicate via Packet::calculatePacketHash while still forwarding to nodes that didn't hear the original. NULL for received and pre-migration rows (resend button stays disabled there). PR #1 of 5; subsequent PRs wire up send-time capture, backend endpoint, echo list merge, and UI. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>