Receiver thread parameters that are passed to the sender thread when it is created
Public Fields
-
char host[256]
- host name for the receiver
-
int port
- listening port for the receiver
-
int ttl
- time to live for the receiver
-
int threadid
- receiver thread id
-
pthread_mutex_t* thr_mutex
- receiver thread mutex
-
pthread_cond_t* thr_cond
- receiver thread conditional
-
pthread_mutex_t* recvstop_mutex
- mutex for stopping receiver thread
-
pthread_cond_t* recvstop_cond
- conditional to signal stopping of receiver thread
-
int* recv_quit
- variable to stop receiver thread externally
Documentation
Receiver thread parameters that are passed to the sender thread when it is created
char host[256]
- host name for the receiver
int port
- listening port for the receiver
int ttl
- time to live for the receiver
int threadid
- receiver thread id
pthread_mutex_t* thr_mutex
- receiver thread mutex
pthread_cond_t* thr_cond
- receiver thread conditional
pthread_mutex_t* recvstop_mutex
- mutex for stopping receiver thread
pthread_cond_t* recvstop_cond
- conditional to signal stopping of receiver thread
int* recv_quit
- variable to stop receiver thread externally
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.