aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-08-28 11:47:23 -0700
committerGravatar GitHub <noreply@github.com>2018-08-28 11:47:23 -0700
commit896fc6ea21585a4c8ce7f2954f1ab50baa0d07b8 (patch)
treefe2c47da8e6c3073637d6f36ec20071b157906d7 /src
parent488bc7110f88829fbed9bf46b28d7d9f644557c2 (diff)
parent69b416a08c266f65e75fa5be70cd95788fbd968d (diff)
Merge pull request #15618 from markdroth/naming_doc_update
Update naming documentation.
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/filters/client_channel/README.md18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/core/ext/filters/client_channel/README.md b/src/core/ext/filters/client_channel/README.md
index 7c209db12e..9676a4535b 100644
--- a/src/core/ext/filters/client_channel/README.md
+++ b/src/core/ext/filters/client_channel/README.md
@@ -46,20 +46,4 @@ construction arguments for concrete grpc_subchannel instances.
Naming for GRPC
===============
-Names in GRPC are represented by a URI (as defined in
-[RFC 3986](https://tools.ietf.org/html/rfc3986)).
-
-The following schemes are currently supported:
-
-dns:///host:port - dns schemes are currently supported so long as authority is
- empty (authority based dns resolution is expected in a future
- release)
-
-unix:path - the unix scheme is used to create and connect to unix domain
- sockets - the authority must be empty, and the path
- represents the absolute or relative path to the desired
- socket
-
-ipv4:host:port - a pre-resolved ipv4 dotted decimal address/port combination
-
-ipv6:[host]:port - a pre-resolved ipv6 address/port combination
+See [/doc/naming.md](gRPC name resolution).