On 4 December 2014 at 20:01, Guy Harris wrote:
> If your program needs to have packets delivered as soon as they arrive, it
> should, if the version of libpcap with which it's being built has the
> pcap_set_immediate_mode() API
Thanks. I switched to the pcap_create() API from pcap_open_live() (
On Dec 5, 2014, at 3:15 AM, Thomas Habets wrote:
> On 4 December 2014 at 20:01, Guy Harris wrote:
>> If your program needs to have packets delivered as soon as they arrive, it
>> should, if the version of libpcap with which it's being built has the
>> pcap_set_immediate_mode() API
>
> Thanks