What is normal practice for clients/players connecting UDP to the game-server ?
For example if we have 1000 concurrent players would you then all connect for example to UDP port 61234 - or do you seperate it so each client connect to its own UDP port on the server or is there a max ‘clients’ that is advised on a single UDP port ?