aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:15:27 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:15:27 -0800
commitf687cb89f4ad2fab85a3c2448e42e25293139ef8 (patch)
treeb972f95ee24e3b710c77ef9e55ee90e505ec9d34 /src/core/lib/transport
parentd9ed57c0d75f872ca8e6a767046f8814db9dfde4 (diff)
Actually add the documentation
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r--src/core/lib/transport/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/lib/transport/README.md b/src/core/lib/transport/README.md
new file mode 100644
index 0000000000..e7e135edeb
--- /dev/null
+++ b/src/core/lib/transport/README.md
@@ -0,0 +1,7 @@
+# Transport
+
+Common implementation details for gRPC Transports.
+
+Transports multiplex messages across some single connection. In ext/ there are
+implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md)
+and atop [cronet](/src/core/ext/transport/cronet/README.md).