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

2024-02-13 Thread Roger Dingledine
On Mon, Feb 12, 2024 at 10:34:21AM -0800, Micah Elizabeth Scott wrote: > The "normal process" of sending traffic through tor does not directly > involve TCP or TCP headers, nor are there boundaries preserved which would > correspond to TCP segments. Individual streams are encapsulated within > mult

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

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

2024-02-08 Thread Vilgot Bergquist via tor-dev
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 relays. Instead it should be possible to make Guards, w