Home
last modified time | relevance | path

Searched refs:nack (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams.h710 * \param nack: 0 means we are OK with it, else some problem
718 * Calling this with nack=0 indicates that when we later respond, we want to
726 lws_ss_server_ack(struct lws_ss_handle *h, int nack);
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c932 uint64_t nack; in nghttp3_stream_add_ack_offset() local
941 nack = nghttp3_min(offset, (uint64_t)buflen) - stream->ack_done; in nghttp3_stream_add_ack_offset()
943 rv = stream->callbacks.acked_data(stream, stream->node.nid.id, nack, in nghttp3_stream_add_ack_offset()
949 stream->ack_done += nack; in nghttp3_stream_add_ack_offset()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c1547 lws_ss_server_ack(struct lws_ss_handle *h, int nack) in lws_ss_server_ack() argument
1549 h->txn_resp = nack; in lws_ss_server_ack()

Completed in 5 milliseconds