ownserver
ownserver copied to clipboard
Forwarding both UDP and TCP with the same address
Hello. I have a server which requires both UDP and TCP connections to function. The payload argument allows specifying either protocol, but not both. If it is possible, I would greatly appreciate being able to have both protocols at once with the same generated address.
Implementation wise, it should be as simple as listening on the same port for both UDP and TCP connections -- but my networking knowledge is minimal, so I am not certain.
Thank you for taking the time to read this, and may you fare well.