I need to make a Windows program using .NET, C, C# that adds latency to data moving through that computer on a network. Basically, if I have a room full of computers, I want to this program to turn a computer into a node that delays the information that moves through it as if that info is going from one computer to another 500 miles away. This is to test programs in a lab as if they are being used over the internet. The program has to handle udp, tcp, ipv4, ipv6, and pim multicast connections.
I've been digging through the .NET System.Net API trying to figure out which API tools would be helpful, but I'm not really sure where to begin. Do I need to to make a client program and a server program and use System.Net.Sockets for tcp and udp connections and ip endpoints for ipv4 and ipv6?
If possible, I'd like to make one program that you run on one computer that adds latency to everything running through it. Is this possible/feasible?
I wish I had more to present to get more specific answers, but I'm just not sure where to begin on this one.
There are a number of products that already do this, out there:that sit in the stack and allow you to tweaks line speeds, latency, packet Loss, duplication of packets and so on.
The dummynet project
SoftPerfect Connection Emulator