Re: [tcpdump-workers] TPACKET_V3 support added big packet delivery delay and/or affected timestamps

2014-12-05 Thread Thomas Habets
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() (

Re: [tcpdump-workers] TPACKET_V3 support added big packet delivery delay and/or affected timestamps

2014-12-05 Thread Guy Harris
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