I am using a Debian based distribution( Linux Mint 18). I want to make changes to the operating system to send n number of outgoing packets per TCP/IP packet. It would be best if the method does not involve recompiling the kernel.
Further not so much related information that answers why I want to do this.
My problem is that under certain network conditions, packets are dropped. This is a very specific network control method where some , not all, outgoing packets are dropped. In this case sending n duplicates of original packet solves the problem. I have stated one application only. But my original question might have many other applications motivated by research experiments as well.