Need microsecond delay in .NET app for throttling UDP multicast transmission rate

后端 未结 6 1661
遇见更好的自我
遇见更好的自我 2020-12-15 12:37

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

6条回答
  •  攒了一身酷
    2020-12-15 12:48

    Have you looked at multimedia timers? You could probably find a .NET library somewhere that wraps the API calls somewhere.

提交回复
热议问题