Add TCP transport node-level integration tests

Five tests covering the full TCP transport stack at the node level:
two-node handshake, three-node chain convergence with bloom filter
reachability, mixed UDP+TCP transport coexistence, MMP link-dead
detection after connection loss, and reconnection after link death
via connect-on-send.
This commit is contained in:
Johnathan Corgan
2026-03-08 16:43:39 +00:00
parent 231ef7c82d
commit abd5b09efd
2 changed files with 280 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ mod handshake;
mod routing;
mod session;
mod spanning_tree;
mod tcp;
mod unit;
pub(super) fn make_node() -> Node {