7 ms·
What about UDP?
by warner_of_doom 4y ago
What about UDP?
- octeep 4y agoNot yet unfortunately. I'll add it in the future, but I'm preoccupied with homework right now.
- warner_of_doom 4y agoThanks.
- hansel_der 4y agoi have yet to encounter a case where a udp-tunnel has a practical advantage over tcp; on the other hand, corporate/hotel/coffeeshop firewalls that block anything not tcp/443 are super commom.
- tptacek 4y agoWhat about it? WireGuard uses UDP. You don't need privileges to open up a UDP socket.
- warner_of_doom 4y agoDoes this SOCKS5 tunnel support UDP?
- tptacek 4y agoOh! I don't think so; at least, I don't think go-socks5 does.
- jeltz 4y agoSOCKS5 supports UDP, but yeah it does not look like go-socks5 does.
- warner_of_doom 4y agoDoes Rust support it?
- tptacek 4y agoThe Rust user-mode WireGuard proxy mentioned upthread does UDP. Netstack does UDP as well; it's just that this particular tool doesn't, yet.