unbound  0.1
Data Fields
comm_base Struct Reference

A communication point dispatcher. More...

#include <netevent.h>

Data Fields

struct internal_baseeb
 behind the scenes structure.
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

struct internal_base* comm_base::eb
void(* comm_base::start_accept)(void *)

callback to start listening on accept sockets, performed after stop_accept() then a timeout has passed.

Referenced by comm_base_set_slow_accept_handlers().


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