Replies: 1 comment 2 replies
-
You can specify them in the Open function configuration object. You can't change the buffer sizes once the device is opened. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to programmatically increase the BufferSize or KernelBufferSize parameters?
When processing large volumes of network packets in C#, I have noticed packets being dropped while GarbageCollection is active. I was hoping to be able to increase the low level packet buffers to help increase the probabilty of capturing these dropped packets.
Beta Was this translation helpful? Give feedback.
All reactions