v1.0.7: Fix LocalTcpInterface mode — AP→GATEWAY to allow announce rebroadcasts

MODE_ACCESS_POINT unconditionally blocks announce broadcasts in
Transport::outbound(), preventing local TCP clients from discovering
each other. Changing to MODE_GATEWAY allows announces to flow through
send_outgoing() which broadcasts to all connected clients.

Root cause: receiver's announce was stored in announce_table but never
rebroadcast on LocalTcpInterface, so sender could never find a path.
This commit is contained in:
James L
2026-02-27 16:38:10 -05:00
parent 8184000d17
commit 59784a34fd
8 changed files with 3680 additions and 3 deletions

BIN
Release/partitions.bin Normal file

Binary file not shown.