Single linked list to store shared ports that have been opened for use by all threads. More...
#include <listen_dnsport.h>
Data Fields | |
struct listen_port * | next |
next in list | |
int | fd |
file descriptor, open and ready for use | |
enum listen_type | ftype |
type of file descriptor, udp or tcp |
Single linked list to store shared ports that have been opened for use by all threads.