Home
last modified time | relevance | path

Searched refs:tx_packet_size (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Doutput.c89 if (wsi->a.protocol->tx_packet_size) in lws_issue_raw()
90 n = (unsigned int)wsi->a.protocol->tx_packet_size; in lws_issue_raw()
/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h75 size_t tx_packet_size; member
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3144 if (wsi->a.protocol->tx_packet_size && in lws_serve_http_file_fragment()
3145 poss > wsi->a.protocol->tx_packet_size) in lws_serve_http_file_fragment()
3146 poss = wsi->a.protocol->tx_packet_size; in lws_serve_http_file_fragment()