|
trafilo 0.1.0
Streaming event-handler framework in C
|
UDP listener handle. More...
#include <socket.h>
Data Fields | |
| int | sockfd |
| bounded_queue_t * | bounded_q |
| size_t | max_line |
| pthread_t | thread |
| int | started |
| volatile int | done |
UDP listener handle.
| bounded_queue_t* listener_t::bounded_q |
| volatile int listener_t::done |
| size_t listener_t::max_line |
| int listener_t::sockfd |
| int listener_t::started |
| pthread_t listener_t::thread |