1
Network / Re: Can't establish a TCP connection through localhost on my Linux PC.
« on: August 04, 2017, 02:27:07 pm »
Have you tried :
If it's still not working, it comes from your linux configuration. Do you have gentoo with Linux or FreeBSD ? FreeBSD can be the problem...
sf::IpAddress localIp("127.0.0.1");
if (server.listen(55000, localIp) == Socket::Error) {
// Smth's wrong
}
if (server.listen(55000, localIp) == Socket::Error) {
// Smth's wrong
}
If it's still not working, it comes from your linux configuration. Do you have gentoo with Linux or FreeBSD ? FreeBSD can be the problem...