grpc/src/core
Craig Tiller a100e90f97 [chttp2] Remove a bunch of mostly-rolled-out experiments (#35426)
- `memory_pressure_controller` finally - allows deletion of pid_controller throughout the codebase
- `overload_protection` - one of the http2 rapid reset mitigations
- `red_max_concurrent_streams` - another http2 rapid reset mitigation

Closes #35426

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35426 from ctiller:new-years-cleanse 4651672e7e
PiperOrigin-RevId: 595205029
2024-01-02 14:07:55 -08:00
..
ext [chttp2] Remove a bunch of mostly-rolled-out experiments (#35426) 2024-01-02 14:07:55 -08:00
lib [chttp2] Remove a bunch of mostly-rolled-out experiments (#35426) 2024-01-02 14:07:55 -08:00
plugin_registry [xDS] move CDS and EDS watchers into xds resolver (#35011) 2024-01-02 09:20:06 -08:00
tsi Revert "[security] Support a list of SSL ECs" (#34900) 2023-11-08 14:05:02 -08:00
BUILD [chttp2] Remove a bunch of mostly-rolled-out experiments (#35426) 2024-01-02 14:07:55 -08:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.