LLAPI connection info
So, some client connected to the server, and server has socketID, and connectionID. How does the server get connection info, e.g. get client IP(in order to be sure, that only one player connected from one PC)?
Answer by andersbruunrosbaek · Mar 12, 2016 at 01:37 PM
The only way I see it being done is by sending the IP from the client to the server xD I would love a better answer :)
Oh, this is interesting idea, it becomes even more interesting if client will cheat and send another ip, that would be fun :)
Your answer
Follow this Question
Related Questions
Friends cannot connect to unity multiplayer game 1 Answer
How can I make a C# sharp script execute in a certain order? 1 Answer
Networking with TLAPI between two different projects 0 Answers
UNet: Giving authority to all clients for scene objects 0 Answers
Having multiple UNET errors that I believe are caused by unity itself. Am I doing something wrong? 1 Answer