What exactly is the meaning of binding a socket to any address other than the localhost? will the machine with the address i bind the socket with, will have a socket bind on it?
I've searched online and closest I've found was this question:
https://stackoverflow.com/questions/39314086/what-does-it-mean-to-bind-a-socket-to-any-address-other-than-localhost
Unfortunately the answer was not very useful.