Searched refs:tx_packet_size (Results 1 – 3 of 3) sorted by relevance
75 size_t tx_packet_size; member
100 if (wsi->protocol->tx_packet_size) in lws_issue_raw()101 n = (int)wsi->protocol->tx_packet_size; in lws_issue_raw()
2863 if (wsi->protocol->tx_packet_size && in lws_serve_http_file_fragment()2864 poss > wsi->protocol->tx_packet_size) in lws_serve_http_file_fragment()2865 poss = wsi->protocol->tx_packet_size; in lws_serve_http_file_fragment()