|
Electroneum
|
#include <listen_dnsport.h>

Public Attributes | |
| struct listen_port * | next |
| int | fd |
| enum listen_type | ftype |
Single linked list to store shared ports that have been opened for use by all threads.
Definition at line 104 of file listen_dnsport.h.
| int listen_port::fd |
file descriptor, open and ready for use
Definition at line 108 of file listen_dnsport.h.
| enum listen_type listen_port::ftype |
type of file descriptor, udp or tcp
Definition at line 110 of file listen_dnsport.h.
| struct listen_port* listen_port::next |
next in list
Definition at line 106 of file listen_dnsport.h.