Searched refs:rx_count (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 54 static uint32_t count_blocks = 1024, txb, rxb, rx_count, errs; variable 387 "rxb %d, rx_count %d\n", mirror_lifetime, rxb, in callback_lws_mirror() 388 rx_count); in callback_lws_mirror() 463 rx_count += (unsigned int)(unsigned long long)len; in callback_lws_mirror() 464 while (rx_count >= block_size) { in callback_lws_mirror() 465 rx_count -= block_size; in callback_lws_mirror() 468 if (rx_count == 0 && rxb == count_blocks) { in callback_lws_mirror() 874 lwsl_notice("rxb %d, rx_count %d\n", rxb, rx_count); in main()
|
Completed in 2 milliseconds