udt-c
udt-c copied to clipboard
Add support for opening multiple sockets for different clients
Right now, only one client can connect to the server at the given socket. If any other client sends the data, it'll either get ignored or worse, overtake the current client.