TCP-UDP-Proxy icon indicating copy to clipboard operation
TCP-UDP-Proxy copied to clipboard

A proxy server program written in C++ that can forward TCP or UDP packets

Results 5 TCP-UDP-Proxy issues
Sort by recently updated
recently updated
newest added

Any thoughts on making this able to proxy TCP to UDP? Trying to get packets off the wire that are TCP and covert them to UDP and forward them to...

It's not a issue, i just want to know if this proxy can be used to connect peers ins a P2P game

Hello, I noticed that when I try to make, it runs into multiple deprecated errors and if I try to ignore them it end up saying g++: error: ./xrandom.o: No...

I've been trying to compile TCP-UDP-Proxy for Windows, ultimately Windows 10, but at the moment I'm trying to compile on my Windows 7 VM. I am using Visual Studio Pro...

user defines a subnet over cli argument like `--virtualnet=192.168.1.X` client ip 123.12.12.3 connects proxy assigns virtual ip address from subnet template, resulting in 192.168.1.12 to the datagrams maybe it should...