lsalzman / enet

ENet reliable UDP networking library
MIT License
2.71k stars 669 forks source link

ENet SOCKS5 #190

Closed playingoDEERUX closed 2 years ago

playingoDEERUX commented 2 years ago

Hello, I wanted to ask if ENet socks5 is possible (especially receiving packets from UDP ENet server) if I package the UDP payload to TCP so that the proxy server sends the udp payload to the destination.

SOCKS5 protocol has a byte to allow for UDP associate packets, meaning that I could use these to communicate?

Any help is appreciated...

DrOreo002 commented 2 years ago

this have been discussed in https://github.com/lsalzman/enet/issues/177 but sadly OP doesn't want to share their code.