Discussion:
Sending IP Fragments Out of 2 Interfaces
Harry Trieu
2014-07-02 22:56:11 UTC
Permalink
Hi guys,

Suppose I have an IP packet that I fragment into 10 fragments using fragment(). Is there a way to send 5 of those fragments out of one interface (let’s say eth0) and the other half out of the other interface (eth1) using sendpfast()?

I think it can be done using sendp() but I’m not sure how it would work using sendpfast() as it spawns tcpreplay.

Any ideas?

Thanks,
Harry

Loading...