mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
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:
@@ -14,6 +14,7 @@ mod handshake;
|
||||
mod routing;
|
||||
mod session;
|
||||
mod spanning_tree;
|
||||
mod tcp;
|
||||
mod unit;
|
||||
|
||||
pub(super) fn make_node() -> Node {
|
||||
|
||||
Reference in New Issue
Block a user