Re: [tor-dev] UDP Application Support in Tor

2024-02-12 Thread Micah Elizabeth Scott
On 2/8/24 05:02, Vilgot Bergquist via tor-dev wrote: Hi, I looked at the suggested solutions and I think there is another approach, which is much easier. I C it's pretty easy to encapsulate UDP segments inside TCP segments. Hence there is no need to re-organize the connection logic of tor re

[tor-dev] New Proposal - UDP Application Support in Tor

2024-01-25 Thread Micah Elizabeth Scott
it's about this particular shorter-term context or about longer-term plans to achieve some kind of optional unreliable transport. Thanks for your time! --beth``` Filename: 348-udp-app-support.md Title: UDP Application Support in Tor Author: Micah Elizabeth Scott Created: December 20

Re: [tor-dev] Timers in Arti?

2024-01-09 Thread Micah Elizabeth Scott
looser due to the longer timescales involved. Cheers, Michael On 08/01/2024 21:01, Micah Elizabeth Scott wrote: A variety of timers are needed on the relay side; on the client side though, aren't you mostly limited by the requirement of keeping a TCP connection open? Really deep sleep would

Re: [tor-dev] Timers in Arti?

2024-01-08 Thread Micah Elizabeth Scott
A variety of timers are needed on the relay side; on the client side though, aren't you mostly limited by the requirement of keeping a TCP connection open? Really deep sleep would involve avoiding any protocol-level keepalives as well as TCP keepalives. This seems a lot like just shutting down

[tor-dev] Simple tool for mobile remote desktops

2023-01-23 Thread Micah Elizabeth Scott
Hello, This is an almost trivial utility but I hadn't seen anything quite like it so maybe other folks will find it useful: https://github.com/scanlime/onion-desktop "This is just a toy for now. I wanted to get a feel for the interactive performance of onion services, and it's perhaps someti