aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-21 14:39:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-21 14:39:27 -0700
commit3798e607cc7a947ee64124ba147ab404692b851b (patch)
treea2d0fc8dd678f8c67ca2a34f2878d57b9cc251cf /src/core/lib/iomgr/tcp_client.h
parent153eaa7abac3a2e056f7a351dd03faf7f13b60f2 (diff)
Address review comments
Diffstat (limited to 'src/core/lib/iomgr/tcp_client.h')
-rw-r--r--src/core/lib/iomgr/tcp_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/tcp_client.h b/src/core/lib/iomgr/tcp_client.h
index b854e5aadc..d1b0e9cd19 100644
--- a/src/core/lib/iomgr/tcp_client.h
+++ b/src/core/lib/iomgr/tcp_client.h
@@ -39,6 +39,8 @@
#include "src/core/lib/iomgr/pollset_set.h"
#include "src/core/lib/iomgr/sockaddr.h"
+/* Channel arg (integer) setting how large a slice to try and read from the wire
+ each time recvmsg (or equivalent) is called */
#define GRPC_ARG_TCP_READ_CHUNK_SIZE "grpc.experimental.tcp_read_chunk_size"
/* Asynchronously connect to an address (specified as (addr, len)), and call