Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / deps / grpc / src / core / lib / transport / README.md
diff --git a/legacy-libs/grpc-cloned/deps/grpc/src/core/lib/transport/README.md b/legacy-libs/grpc-cloned/deps/grpc/src/core/lib/transport/README.md
new file mode 100644 (file)
index 0000000..e7e135e
--- /dev/null
@@ -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).