aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/README-CFSTREAM.md
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-06-26 12:52:29 -0700
committerGravatar GitHub <noreply@github.com>2018-06-26 12:52:29 -0700
commitec1c014413537a59b091906203243327e1db0082 (patch)
tree1fa8f0f3c20aade460bcc71ef0d47b61a21c1a3a /src/objective-c/README-CFSTREAM.md
parent29301f74b07aaedc5926dc2d0269e3d4ccda9567 (diff)
Update link to network transition behavior doc
Diffstat (limited to 'src/objective-c/README-CFSTREAM.md')
-rw-r--r--src/objective-c/README-CFSTREAM.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/README-CFSTREAM.md b/src/objective-c/README-CFSTREAM.md
index 1e510d4cd0..0b5215a7b3 100644
--- a/src/objective-c/README-CFSTREAM.md
+++ b/src/objective-c/README-CFSTREAM.md
@@ -3,8 +3,8 @@
gRPC Objective-C library now provides the option to use Apple's CFStream API (rather than TCP
sockets) for networking. Using CFStream resolves a bunch of network connectivity transition issues
-(see the [doc](https://github.com/grpc/grpc/blob/master/src/objective-c/NetworkBehavior.md) for more
-information).
+(see the [doc](https://github.com/grpc/grpc/blob/master/src/objective-c/NetworkTransitionBehavior.md)
+for more information).
CFStream integration is now in experimental state. You will need explicit opt-in to use it to get
the benefits of resolving the issues above. We expect to make CFStream the default networking