Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc1009 int tcp_read_chunk_size = GRPC_TCP_DEFAULT_READ_SLICE_SIZE; in grpc_tcp_create() local
1017 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
1018 tcp_read_chunk_size = in grpc_tcp_create()
1022 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
1027 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
1043 tcp_read_chunk_size = GPR_CLAMP(tcp_read_chunk_size, tcp_min_read_chunk_size, in grpc_tcp_create()
1055 tcp->target_length = static_cast<double>(tcp_read_chunk_size); in grpc_tcp_create()