Electroneum
listen_port Struct Reference

#include <listen_dnsport.h>

Collaboration diagram for listen_port:

Public Attributes

struct listen_portnext
 
int fd
 
enum listen_type ftype
 

Detailed Description

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.

Member Data Documentation

◆ fd

int listen_port::fd

file descriptor, open and ready for use

Definition at line 108 of file listen_dnsport.h.

◆ ftype

enum listen_type listen_port::ftype

type of file descriptor, udp or tcp

Definition at line 110 of file listen_dnsport.h.

◆ next

struct listen_port* listen_port::next

next in list

Definition at line 106 of file listen_dnsport.h.


The documentation for this struct was generated from the following file: