Home
last modified time | relevance | path

Searched refs:stream_remote_window (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc321 uint32_t stream_remote_window() const { in stream_remote_window() function in __anon836601510111::DataSendContext
331 GPR_MIN(stream_remote_window(), t_->flow_control->remote_window())); in max_outgoing()
483 } else if (data_send_context.stream_remote_window() <= 0) { in FlushData()