Java Question UDPSocket library

andrewmp

Member
Licensed User
Longtime User
With more than one network card on initialization it might bind to the wrong network card

In our case we have a PC with virtual network cards (virtualbox) using B4J and it binds with these rather than the correct physical device - the result is that broadcasts don't work

Does anyone know to force it to bind to a specific network card?

Thanks in advance
 
Top