Hello.
I'm trying to send and receive data through internet via TCP SFML sockets. I run both server(I input port only) and client(I input port and IP of the server) app on my PC. No matter which port I use (I even tried port which is enabled in port forwarding options of my router), only when I use localhost(127.0.0.1) as IP data is transfered. I checked what is my IP on internet and put it in and then nothing happened, data was not transfered.
What should I do now?
I'm trying to send and receive data through internet via TCP SFML sockets. I run both server(I input port only) and client(I input port and IP of the server) app on my PC. No matter which port I use (I even tried port which is enabled in port forwarding options of my router), only when I use localhost(127.0.0.1) as IP data is transfered. I checked what is my IP on internet and put it in and then nothing happened, data was not transfered.
What should I do now?