Using SFML and it's udpsockets for an online game (server/client architecture), is it necessary to make all clients port forward for their incoming data?
In my game the server has it's incoming port as 5600, and the clients are bound to a random port right before they connect to the server. So when the server receives the client's port to broadcast to, the client must have their port forwarded or else they will receive no data.