Go to the source code of this file.
Classes | |
struct | thread_data |
Macros | |
#define | CONTENT_SIZE 13 |
#define | CONTENT_SIZE_MAX 32 |
#define | is_verbose 0 |
#define | QT_CLIENTS 3 |
#define | QT_WORKERS 5 |
#define | ROUTING_ID_SIZE 10 |
#define | ROUTING_ID_SIZE_MAX 32 |
Functions | |
static void | client_task (void *db_) |
int | main (void) |
void | server_task (void *) |
static void | server_worker (void *) |
void | setUp () |
void | test_proxy () |
Variables | |
void * | control_context = NULL |
void * | g_clients_pkts_out = NULL |
void * | g_workers_pkts_out = NULL |
#define CONTENT_SIZE 13 |
Definition at line 9 of file test_proxy.cpp.
#define CONTENT_SIZE_MAX 32 |
Definition at line 10 of file test_proxy.cpp.
#define is_verbose 0 |
Definition at line 15 of file test_proxy.cpp.
#define QT_CLIENTS 3 |
Definition at line 14 of file test_proxy.cpp.
#define QT_WORKERS 5 |
Definition at line 13 of file test_proxy.cpp.
#define ROUTING_ID_SIZE 10 |
Definition at line 11 of file test_proxy.cpp.
#define ROUTING_ID_SIZE_MAX 32 |
Definition at line 12 of file test_proxy.cpp.
Definition at line 45 of file test_proxy.cpp.
int main | ( | void | ) |
Definition at line 337 of file test_proxy.cpp.
Definition at line 159 of file test_proxy.cpp.
Definition at line 218 of file test_proxy.cpp.
void setUp | ( | ) |
Definition at line 26 of file test_proxy.cpp.
void test_proxy | ( | ) |
Definition at line 293 of file test_proxy.cpp.
Definition at line 24 of file test_proxy.cpp.
Definition at line 22 of file test_proxy.cpp.
Definition at line 23 of file test_proxy.cpp.