Relative Content

Tag Archive for c#.netudpsharppcap

Is there any possible way to send Udp requests faster in SharpPcap (.NET 8)?

I’m unable to achieve a delay between requests of less than 50 microseconds (10 microseconds is required). No optimizations, such as running on multiple warmed-up threads, seem to help (apparently, there’s some kind of lock under the hood). The requests are sent via an Ethernet cable. Are there any other settings or approaches that could help reduce the delay?