elhayra / tcp_server_client

A thin and simple C++ TCP client server
MIT License
155 stars 53 forks source link

Changing the IP address of the server does not work #21

Open SoakDog opened 1 year ago

SoakDog commented 1 year ago

I found a problem on my side of the test. For example, I changed the server's WantIP and found that the changed IP address doesn't work. Client still needs to use 127.0.0.1 to connect to server. Why is this?