Gigabit ethernet
Brought to you by:
chrismorgan,
tamirgal
Hi Chris,
I've got gigabit ethernet connection which runs at speed about ~70MB/s.
I get ~23000 of packets per 0.3 sec...
When i'm trying to capture these packets through handling OnPacketArrival event,i always get ~2000 packets dropped according to device stats.
So is there any way to get all packets?
P.S. Sorry for my bad english :)
Dmitry
Anonymous
What version of sharppcap are you using? 4.0 release I hope.
Windows? If so increase the kernel buffer sizes. Let me know what sizes you've tried.
Chris
Thanks for qiuck answer!
I've used default buffer size.I set it 8Mb an program began to work correctly
Thanks a lot!