Replies: 2 comments
-
We display statistics in the example every 2 seconds, You are free to implement a different logic in your own code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question about the example:
https://github.com/dotpcap/sharppcap/blob/master/Examples/QueuingPacketsForBackgroundProcessing/Program.cs
Why do you display the statistics in "private static void device_OnPacketArrival" if interval > LastStatisticsInterval
if (interval > LastStatisticsInterval)
and not in the other case, and why do you add the packet in both cases?
Beta Was this translation helpful? Give feedback.
All reactions