Home
last modified time | relevance | path

Searched defs:lws_protocols (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h44 struct lws_protocols { struct
45 const char *name;
48 lws_callback_function *callback;
52 size_t per_session_data_size;
57 size_t rx_buffer_size;
66 unsigned int id;
73 void *user; /**< ignored by lws, but user code can pass a pointer
75 size_t tx_packet_size;