Hacker News new | ask | show | jobs
by 8organicbits 740 days ago
Wouldn't you need a very low ping for that to work?
3 comments

I don't think it needs to be low, but rather consistent, so that the delay between packets is preserved.
As long as it's very consistent, you can use differences
Yes, inter-packet timings are unfortunately pretty good at holding information. (e.g. https://www.freehaven.net/anonbib/cache/stepping-stones.pdf )

Note that Tor doesn't have "global passive adversary" in the threat-model (i.e. an actor that can monitor traffic entering and leaving the Tor overlay).

You could implement error correction code on top.