Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h220 struct lws_tx_credit { struct
221 int32_t tx_cr; /* our credit to write peer */
222 int32_t peer_tx_cr_est; /* peer's credit to write us */
224 int32_t manual_initial_tx_credit;
226 uint8_t skint; /* unable to write anything */
227 uint8_t manual;