Searched refs:threshold_bytes_ (Results 1 – 1 of 1) sorted by relevance
189 threshold_bytes_(send_bytes_threshold) { in TcpZerocopySendCtx()308 size_t threshold_bytes() const { return threshold_bytes_; } in threshold_bytes()344 size_t threshold_bytes_ = kDefaultSendBytesThreshold; member in grpc_core::TcpZerocopySendCtx