Hi, I like to know ask to setup the network architecture for multiple servers behind a single port that is persistent.
My setup is
1. Mulitple servers running Enet (UDP custom protocol). The connection are persistent.
.e.g Client A connects to Server B, and the load balancer/router need to route everything.
For HTTP, I can do serverA.domain.com, serverB.domain.com, which the load balancer can use host headers to route. But Enet is UDP and a custom protocol.
Is there a software router to be able to do this?