• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Jul-2020-

README.mdH A D17-Jul-2020300 85

bdp_estimator.ccH A D17-Jul-20203 KiB8859

bdp_estimator.hH A D17-Jul-20202.7 KiB9552

byte_stream.ccH A D17-Jul-20204.8 KiB15997

byte_stream.hH A D17-Jul-20205 KiB16668

connectivity_state.ccH A D17-Jul-20206.3 KiB181131

connectivity_state.hH A D17-Jul-20204.5 KiB13255

error_utils.ccH A D17-Jul-20205.1 KiB14293

error_utils.hH A D17-Jul-20201.9 KiB4712

http2_errors.hH A D17-Jul-20201.4 KiB4219

metadata.ccH A D17-Jul-202023.6 KiB680548

metadata.hH A D17-Jul-202016.9 KiB447281

metadata_batch.ccH A D17-Jul-202012.9 KiB393327

metadata_batch.hH A D17-Jul-20207.3 KiB192113

pid_controller.ccH A D17-Jul-20201.8 KiB5224

pid_controller.hH A D17-Jul-20203.5 KiB11771

static_metadata.ccH A D17-Jul-202057.5 KiB1,2311,007

static_metadata.hH A D17-Jul-202025.2 KiB598360

status_conversion.ccH A D17-Jul-20202.9 KiB9364

status_conversion.hH A D17-Jul-20201.4 KiB3912

status_metadata.ccH A D17-Jul-20202.1 KiB6234

status_metadata.hH A D17-Jul-20201.5 KiB4920

timeout_encoding.ccH A D17-Jul-20204.2 KiB152112

timeout_encoding.hH A D17-Jul-20201.3 KiB3911

transport.ccH A D17-Jul-20209.5 KiB260195

transport.hH A D17-Jul-202018.4 KiB457215

transport_impl.hH A D17-Jul-20202.6 KiB7226

transport_op_string.ccH A D17-Jul-20205.2 KiB170119

README.md

1# Transport
2
3Common implementation details for gRPC Transports.
4
5Transports multiplex messages across some single connection. In ext/ there are
6implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md)
7and atop [cronet](/src/core/ext/transport/cronet/README.md).
8