31
Network / Problem with IP
« on: September 21, 2010, 08:59:15 am »
Have you a firewall ?
Can you modify the ports the modem let available ?
Can you modify the ports the modem let available ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
but i get this: ...Please, can you explain what you got ?
int lobby_host(sf::RenderWindow& window)
{
...
bool connected = false;
...
//Check for connections if not already connected
if (connected == false)
{
if (server.Accept(client, &clientIP) == sf::Socket::Done)
{
message.SetText("Client connected:\nPress 'Enter' to start\nPress 'Esc' to cancel\n");
std::cout << "Client connected : " << clientIP << std::endl;
}
}
...
thread = true;
Window.Launch();
is doing it