comm_base Struct Reference

A communication point dispatcher. More...

#include <netevent.h>

Data Fields

struct internal_baseeb
 behind the scenes structure. More...
 
void(* stop_accept )(void *)
 callback to stop listening on accept sockets, performed when accept() will not function properly
 
void(* start_accept )(void *)
 callback to start listening on accept sockets, performed after stop_accept() then a timeout has passed.
 
void * cb_arg
 user argument for stop_accept and start_accept functions
 

Detailed Description

A communication point dispatcher.

Thread specific.

Field Documentation

◆ eb


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