trafilo 0.1.0
Streaming event-handler framework in C
Loading...
Searching...
No Matches
listener_t Struct Reference

UDP listener handle. More...

#include <socket.h>

Data Fields

int sockfd
bounded_queue_tbounded_q
size_t max_line
pthread_t thread
int started
volatile int done

Detailed Description

UDP listener handle.

Field Documentation

◆ bounded_q

bounded_queue_t* listener_t::bounded_q

◆ done

volatile int listener_t::done

◆ max_line

size_t listener_t::max_line

◆ sockfd

int listener_t::sockfd

◆ started

int listener_t::started

◆ thread

pthread_t listener_t::thread

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