blob: e7e135edeb134db20477618c05be90b672abe57b (
plain)
1
2
3
4
5
6
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).
|