Hello I have PPP operating with Tivac_2_12_10_33 NDK 2_24_02_31
I have two modems running PPP sessions and wish the packet to go via my chosen interface rather than the stack trying to determine best port for routing.
What I wish to know is if there is any way to force a UDP packet to be sent via a specific PPP interface.
If I run either PPP interface on its own all works fine, but when I run the two PPP interfaces one will work and one will not.
Both are targeting the same destination IP address as they both connect to the Internet.
I am using UDP protocol.
I tried MSG_DONTROUTE in the send function but that just results in a send failure.
I have also tried binding my socket to the IP address of the interface I wish to send via but this also doesn't lock the packets to that interface.