Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc189 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