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 | |
| int | pp2_enabled |
| if the port should support PROXYv2 | |
| struct unbound_socket * | socket |
| fill in unbound_socket structure for every opened socket at Unbound startup | |
Single linked list to store shared ports that have been opened for use by all threads.