391
General Chat / Re: server not visible in browser
« on: Wednesday, February 08, 2012, 16:22:11 PM »
But wait, why does browser care from which IP the query response arrives?
You want to query a server at given IP/port, you create socket, send query to destination, and receive response that arrives at that socket. It's normal that the response can arrive from different IP (due to multiple network interfaces). Is there any special reason to check the IP of the response?
You want to query a server at given IP/port, you create socket, send query to destination, and receive response that arrives at that socket. It's normal that the response can arrive from different IP (due to multiple network interfaces). Is there any special reason to check the IP of the response?
