![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
#include "nilorea/n_str.h"#include "nilorea/n_log.h"#include "nilorea/n_network.h"#include <getopt.h>#include <string.h>
Include dependency graph for ex_network_ws.c:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | usage (void) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 40 of file ex_network_ws.c.
References N_STR::data, free_nstr, getoptret, LOG_DEBUG, LOG_ERR, LOG_INFO, log_level, LOG_NOTICE, LOG_NULL, n_log, n_ws_conn_free(), n_ws_connect(), N_WS_OP_TEXT, n_ws_recv(), n_ws_send(), N_WS_MESSAGE::opcode, N_WS_MESSAGE::payload, set_log_level(), and usage().
Here is the call graph for this function:| void usage | ( | void | ) |
Definition at line 34 of file ex_network_ws.c.