Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h423 void SentData(int64_t outgoing_frame_size) override { in SentData() argument
425 tfc_->StreamSentData(outgoing_frame_size); in SentData()
426 remote_window_delta_ -= outgoing_frame_size; in SentData()