Go to the documentation of this file.
34 #ifndef WIRE_LISTENER_H
35 #define WIRE_LISTENER_H
40 #include <arpa/inet.h>
42 #include <netinet/in.h>
47 #include <sys/types.h>
48 #include <sys/param.h>
49 #include <sys/select.h>
50 #include <sys/socket.h>
53 #define DNS_PORT_STRING "53"
54 #define INBUF_SIZE 4096
55 #define MAX_INTERFACES 32