4 ms·
What about UDP?
by warner_of_doom 5y ago
What about UDP?
- tptacek 5y agoWhat about it? WireGuard uses UDP. You don't need privileges to open up a UDP socket.
- warner_of_doom 5y agoDoes this SOCKS5 tunnel support UDP?
- tptacek 5y agoOh! I don't think so; at least, I don't think go-socks5 does.
- jeltz 5y agoSOCKS5 supports UDP, but yeah it does not look like go-socks5 does.
- warner_of_doom 5y agoDoes Rust support it?
- tptacek 5y 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.
- octeep 5y agoNot yet unfortunately. I'll add it in the future, but I'm preoccupied with homework right now.
- warner_of_doom 5y agoThanks.
- hansel_der 5y 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.