Search the Community
Showing results for tags 'client'.
-
Hi, Is possible to get client port from received UDP message from server Unigine socket ? Currently getPort from Unigine Socket function return server side port which was initialised at server side by open (Stream) function. But I need to get client port, from client which actually send message. As workaround I use native winsock recvfrom function to get client port at server socket. But it would be more apprieciate to get this data from Unigine API. Cheers, Jan
-
Hi, It is possible to send data to specified client by Socket class (via UDP: SOCKET_DGRAM)? I have server and connected to it 5 clients and I want to send just one message for specified client for e.g. numbered 3. Do I can do it with Socket class or I should write my own implementation ? Thank's in advance, Jan