aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/transport/README.md')
-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).