grpc/src/core
Mark D. Roth 4826efa619
[pick_first] fix happy eyeballs address interleaving bug (#34804)
The original logic from #34615 was incorrect in cases where one address
family has a different number of addresses than the other(s).

Fixes b/307937051.
2023-10-26 12:53:31 -07:00
..
ext [pick_first] fix happy eyeballs address interleaving bug (#34804) 2023-10-26 12:53:31 -07:00
lib Revert "[server] Cap size of pending request queue with RealRequestMatcher" (#34803) 2023-10-26 09:54:14 -07:00
plugin_registry [channel-stack] Make ordering explicit (#32852) 2023-10-17 13:52:58 -07:00
tsi [TLS - Revocation] Crl Provider (#34715) 2023-10-19 11:33:41 -07:00
BUILD Revert "[chaotic-good] Add chaotic good client transport read (roll-forward)" (#34761) 2023-10-20 08:19:56 -07: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.