You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain the use case you have for this?
I'm struggling to understand why you wouldn't want to just rely on the OS to select the correct adapter for an outbound connection. The OS will figure out which network card to use based on your destination address and for that it uses routing tables etc.
It was easy enough to add but tricky to test so there are no unit tests for it.
I would appreciate it if you could take the snapshot for a spin and let me know if it meets your needs.
New getter/setter added to TCPMasterConnection to allow the user to select a network interface to bind to.
in the method com.ghgande.j2mod.modbus.net.TCPMasterConnection.connect(boolean), need the ability to bind the Socket to specific interface.
The text was updated successfully, but these errors were encountered: