Network · Routing
Paths are key management: bottleneck, trusted nodes, and no key_rate
6/6 passed in 53ms
| Test | What it does | Result |
|---|---|---|
test_bottleneck | A route's bottleneck is the minimum rate over its hops. | ✅ pass |
test_no_rate | Neither a network result nor a route answers key_rate, key, rate or secure_rate, naming no security bound. | ✅ pass |
test_route_guards | A route to an unknown node, to itself, or across a disconnected graph is refused. | ✅ pass |
test_segments_agree | Each segment's key rate equals its standalone payload's exactly. | ✅ pass |
test_trusts_named | route.trusts names every intermediate node, ERNET and SETS-2 from NIC to IITM, and none on a single hop. | ✅ pass |
test_widest_path | Routing maximises the bottleneck, taking a wider two-hop detour over a starved direct hop. | ✅ pass |