Mosh over TCP ============= Mosh [mosh] is a very nice terminal emulator which supports high-latency connections. Unfortunately, it only works over UDP connections. This makes it unsuitable for use over Tor, which only supports TCP. This is sad, because SSH+Tor has a lot of input lag which makes it a little unbearable. What are some ways to fix this? Maybe we could modify the Mosh source code. Maybe we could set up a LD_LIBRARY_PRELOAD to route the UDP connection to a TCP connection. Both seem reasonable--will do some investigation. [mosh]: https://mosh.org/