The iroh-nym-transport crate routes iroh QUIC packets through the Nym mixnet, providing traffic analysis resistance by shuffling and delaying packets across a network of mix nodes. This is useful when you need stronger metadata privacy than Tor provides; the mixnet obscures not just your IP address, but also communication patterns and timing.Documentation Index
Fetch the complete documentation index at: https://docs.iroh.computer/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
clear_ip_transports() disables QUIC over UDP so all traffic routes exclusively through the mixnet.
You can only connect to other endpoints that also have the Nym transport enabled.
Performance characteristics
The mixnet intentionally introduces latency and limits throughput as part of its privacy guarantees:| Metric | Direct QUIC | Nym mixnet |
|---|---|---|
| RTT | 50–200 ms | ~1–3 s |
| Throughput | 10+ Mbps | ~15–20 KiB/s |