aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-08-13 09:19:28 -0700
committerGravatar GitHub <noreply@github.com>2018-08-13 09:19:28 -0700
commitda8c26f302bcb854b6f6ca65ecc51fa791b40e8e (patch)
treea1f5ac2d603335b8e8f9a7dcd265b1ada9ea98c5 /doc
parente495476b1e31023637259883aa735fcc716c6adc (diff)
parent5f2f984be15f00942bf0c7cebbff0e78f4702b03 (diff)
Merge pull request #16261 from muxi/dynamic-cfstream-init
Use environment variable to enable CFStream
Diffstat (limited to 'doc')
-rw-r--r--doc/environment_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index bf2de927a4..b472f7e126 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -135,3 +135,7 @@ some configuration as environment variables that can be set.
if set, flow control will be effectively disabled. Max out all values and
assume the remote peer does the same. Thus we can ignore any flow control
bookkeeping, error checking, and decision making
+
+* grpc_cfstream
+ set to 1 to turn on CFStream experiment. With this experiment gRPC uses CFStream API to make TCP
+ connections. The option is only available on iOS platform and when macro GRPC_CFSTREAM is defined.