Files
btest-rs/proto-test
Siavash Sameni d8f3b9c189
All checks were successful
CI / test (push) Successful in 1m20s
Fix TCP data: send all zeros, not 0x07 header
MITM capture showed MikroTik sends all-zero TCP data streams.
Our server was setting packet[0]=0x07 (STATUS_MSG_TYPE), which
MikroTik rejected. TCP mode has no status headers — just raw
zero-filled data streams in both directions.

Fixed in both server and client TCP TX loops.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 17:39:12 +04:00
..