On Wed, Jul 11, 2001 at 08:18:29PM +0000, ashley thomas wrote:
> I am using libpcap-0.6.2 on openBSD 2.9
> 
> In pcap-bpf.c, in pcap_open_live function i set BIOCIMMEDIATE
> which means that pcap_read should return immediately with out delay.
> 
> But it still maintains the timeout.
>    
>      v = 1;
>         if (ioctl(p->fd, BIOCIMMEDIATE, &v) < 0) {
>                 snprintf(ebuf, PCAP_ERRBUF_SIZE, "BIOCIMMEDIATE: %s",
>                     pcap_strerror(errno));
>                 goto bad;
>         }
> 
> Any pointers is welcome.

        http://www.openbsd.org/mail.html

I'd suggest asking one of the OpenBSD mailing lists why this might be
happening.  (I don't know which list would be best.)
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to