1

I am writing a CEF3 based application. I have a requirement, where I can show available network interface and select any of them. Once I have selected the network interface all the traffic should route through that selected network interface. For example if I am having one Ethernet one wifi and one 3G network interface available in my system. and all communication is going through the default which is Ethernet. Now If I select wifi from the application, All communication within the application should go through wifi. I searched a lot over net and figured out that using bind() function we can bind a specific IP address for communication. But, How can I achieve it in CEF3? I am new to CEF3 and never written any networking software. I have already gone through below links-

Using a specific network interface for a socket in windows

https://www.raymond.cc/blog/bind-windows-application-to-specific-network-adapter-with-forcebindip/

TCP/IP connection on a specific interface

I am writing cef3 application in win32/c++ so looking for the same.

Community
  • 1
  • 1
dverma
  • 84
  • 6
  • I have already posted a question in cef3 forum. as below [link]http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12875 – dverma Apr 28 '15 at 07:15
  • I am still looking for any solution or workaround for this... If anyone could provide a pointer would be great – dverma Feb 11 '16 at 07:43

0 Answers0