I\'m writing a UDP multicast client/server pair in C# and I need a delay on the order of 50-100 µsec (microseconds) to throttle the server transmission rate. This helps to a
Have you looked at multimedia timers? You could probably find a .NET library somewhere that wraps the API calls somewhere.