Hi.
I’m trying to implement in a c ++ internet gateway example a bandwidth control. Charge the packets in a buffer and send or discard them according to the determined bandwidth.
I capture packets from adapter 1 (connected to the internet)
The problem is when the timer skips to send a packet with delay and the adapter 2 (LAN) event has been activated. I do not know how to select the adapter to send the data packet to the desired adapter.
Is there any possibility of doing it? Any guidance?
Thanks in advance