Tagged Questions

2
votes
2answers
304 views

UDP Proxy implementation

I am trying to build a simple TCP and UDP proxies. No problem with the TCP proxy, however the UDP is a little more complex to handle. The classic proxy scenario would be like this. Listen for ...