Hello.
How is it possible to select which network interface to use?
I have multiple VPNs installed, Hamachi for example (25.0.0.0)
It is the first one in priority list in my "network adapters" window on Win7.
However, when I use sockets in SFML, it still uses my "local interface", which is 192.168.etc.etc.
Some games I saw are always using local interface, some of them are using the first one in priority list, some of them allow player/user to choose which one to use.
How is it handled in SFML?
I looked through docemntation, but haven't found anything about it.
Google did not help too, probably because I don't know how to phrase my question properly.
Thank you.