←back to thread

238 points gasull | 1 comments | | HN request time: 0.473s | source
Show context
b_fiive ◴[] No.44380803[source]
hey I work on this! AMA!
replies(4): >>44380893 #>>44380970 #>>44381056 #>>44387310 #
xeonmc ◴[] No.44380893[source]
Can this be a made to work as an adapter to play older, raw UDP multiplayer games with random strangers? E.g. telling someone in Twitch chat “bro 1v1 me in CS1.6, here’s my Iroh ticket:”, they put it into their “InstaFrag NetDriver” Windows Client and you both launch CS1.6 and just start playing in an ad-hoc p2p lobby.

With Tailscale this use case is very cumbersome as you’d need to add them to your tailnet and configure access controls to make it an ephemeral connection.

replies(2): >>44380946 #>>44381630 #
1. b_fiive ◴[] No.44380946[source]
There's no reason this _can't_ be built. The thing that's missing is simulating a raw UDP socket.

We could adapt the pattern from dumbpipe wrapping a TCP listner: https://github.com/n0-computer/dumbpipe?tab=readme-ov-file#t... which is exactly the "here join this ticket" you're describing