Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
bdp_estimator.cc | 22-Oct-2020 | 3K | |
bdp_estimator.h | 22-Oct-2020 | 2.7K | |
byte_stream.cc | 22-Oct-2020 | 4.9K | |
byte_stream.h | 22-Oct-2020 | 4.8K | |
connectivity_state.cc | 22-Oct-2020 | 6.6K | |
connectivity_state.h | 22-Oct-2020 | 3.3K | |
error_utils.cc | 22-Oct-2020 | 4.3K | |
error_utils.h | 22-Oct-2020 | 1.9K | |
http2_errors.h | 22-Oct-2020 | 1.4K | |
metadata.cc | 22-Oct-2020 | 17.7K | |
metadata.h | 22-Oct-2020 | 6.5K | |
metadata_batch.cc | 22-Oct-2020 | 10.6K | |
metadata_batch.h | 22-Oct-2020 | 5.6K | |
pid_controller.cc | 22-Oct-2020 | 1.8K | |
pid_controller.h | 22-Oct-2020 | 3.5K | |
README.md | 22-Oct-2020 | 300 | |
service_config.cc | 22-Oct-2020 | 3.7K | |
service_config.h | 22-Oct-2020 | 8.9K | |
static_metadata.cc | 22-Oct-2020 | 34.5K | |
static_metadata.h | 22-Oct-2020 | 25.7K | |
status_conversion.cc | 22-Oct-2020 | 3.1K | |
status_conversion.h | 22-Oct-2020 | 1.4K | |
status_metadata.cc | 22-Oct-2020 | 1.8K | |
status_metadata.h | 22-Oct-2020 | 943 | |
timeout_encoding.cc | 22-Oct-2020 | 4K | |
timeout_encoding.h | 22-Oct-2020 | 1.2K | |
transport.cc | 22-Oct-2020 | 10.4K | |
transport.h | 22-Oct-2020 | 15.3K | |
transport_impl.h | 22-Oct-2020 | 2.6K | |
transport_op_string.cc | 22-Oct-2020 | 6.2K |
1 # Transport 2 3 Common implementation details for gRPC Transports. 4 5 Transports multiplex messages across some single connection. In ext/ there are 6 implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md) 7 and atop [cronet](/src/core/ext/transport/cronet/README.md). 8