Our Mix transport now supports data transfers, and its new testing harness can run experiments with 100+ nodes and 80+ concurrent downloads in a fault-free network.
Evaluated Tor’s hidden service path selection strategy in the Mix setting and threat model using Tor’s vanguard simulator.
Experimented with different parameters and configuration to find optimal params, configuration and path lifetime for mix hidden services, and found a promising approach.
next:
Write down the research outcome/results in forum post and possibly a paper.
Include the optimal strategy in the path selection spec.
Replaced codexdht/discv5 with the nim-libp2p Kademlia DHT. Discovery now runs over the node’s existing switch and TCP transport instead of a second UDP stack with its own identity and port.
Retired the whole UDP side, the derived UDP announce addresses, and the UDP NAT port mapping.
Full test suite passes, including the NAT/hole-punch integration scenarios.