Skip to content

Network · Routing ​

Paths are key management: bottleneck, trusted nodes, and no key_rate

6/6 passed in 53ms

TestWhat it doesResult
test_bottleneckA route's bottleneck is the minimum rate over its hops.✅ pass
test_no_rateNeither a network result nor a route answers key_rate, key, rate or secure_rate, naming no security bound.✅ pass
test_route_guardsA route to an unknown node, to itself, or across a disconnected graph is refused.✅ pass
test_segments_agreeEach segment's key rate equals its standalone payload's exactly.✅ pass
test_trusts_namedroute.trusts names every intermediate node, ERNET and SETS-2 from NIC to IITM, and none on a single hop.✅ pass
test_widest_pathRouting maximises the bottleneck, taking a wider two-hop detour over a starved direct hop.✅ pass