sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client IP hard-coded means no multi-client support

copacetic opened this issue · comments

The CLIENT_IP is a hard-coded value in the code. It is used for sending UDP replies, this essentially means two different clients on different IP's can't access a single server.