Hi, I just saw this in the winpcap manual:
 
The wpcap library includes a couple of system calls that can be used both to set the timeout after which a read expires and the minimum amount of data that can be transferred to the application. By default, the read timeout is 1 second, and the minimum amount of data copied between the kernel and the application is 16K.
 
If I understood correctly, it means that the default settings are such that I can't do PacketReceivePacket and read anything until there's at least 16K of data on kernel?
 
 
Daniel

Reply via email to