1PCAP_SET_TIMEOUT(3PCAP)                                PCAP_SET_TIMEOUT(3PCAP)
2
3
4

NAME

6       pcap_set_timeout - set the read timeout for a not-yet-activated capture
7       handle
8

SYNOPSIS

10       #include <pcap/pcap.h>
11
12       int pcap_set_timeout(pcap_t *p, int to_ms);
13

DESCRIPTION

15       pcap_set_timeout() sets the read timeout that will be used on a capture
16       handle when the handle is activated to to_ms, which is in units of mil‐
17       liseconds.
18

RETURN VALUE

20       pcap_set_timeout() returns 0  on  success  or  PCAP_ERROR_ACTIVATED  if
21       called on a capture handle that has been activated.
22

SEE ALSO

24       pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP)
25
26
27
28                                 5 April 2008          PCAP_SET_TIMEOUT(3PCAP)
Impressum