Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc186 size_t send_bytes_threshold = kDefaultSendBytesThreshold) in TcpZerocopySendCtx() argument
189 threshold_bytes_(send_bytes_threshold) { in TcpZerocopySendCtx()
356 grpc_tcp(int max_sends, size_t send_bytes_threshold) in grpc_tcp()
357 : tcp_zerocopy_send_ctx(max_sends, send_bytes_threshold) {} in grpc_tcp()