Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc459 const uint32_t stream_announce = s_->flow_control->MaybeSendUpdate(); in FlushWindowUpdates() local
460 if (stream_announce == 0) return; in FlushWindowUpdates()
463 &t_->outbuf, grpc_chttp2_window_update_create(s_->id, stream_announce, in FlushWindowUpdates()