Searched defs:lws_tx_credit (Results 1 – 1 of 1) sorted by relevance
226 struct lws_tx_credit { struct227 int32_t tx_cr; /* our credit to write peer */228 int32_t peer_tx_cr_est; /* peer's credit to write us */230 int32_t manual_initial_tx_credit;232 uint8_t skint; /* unable to write anything */233 uint8_t manual;