i writing cef3 based application. have requirement, can show available network interface , select of them. once have selected network interface traffic should route through selected network interface. example if having 1 ethernet 1 wifi , 1 3g network interface available in system. , communication going through default ethernet. if select wifi application, communication within application should go through wifi. searched lot on net , figured out using bind() function can bind specific ip address communication. but, how can achieve in cef3? new cef3 , never written networking software. have gone through below links-
using specific network interface socket in windows
https://www.raymond.cc/blog/bind-windows-application-to-specific-network-adapter-with-forcebindip/
tcp/ip connection on specific interface
i writing cef3 application in win32/c++ looking same.