I am using irrNetLite as the network component for my game and i need a way to be able to identify each client (it consists of a headless server and two clients).
I tried sending a set ID for each connection (eg 1 for connection 0, 2 for connection 1 etc), but for some reason it did not work.