aboutsummaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorCraig Tiller <ctiller@google.com>2023-09-28 13:14:05 -0700
committerGitHub <noreply@github.com>2023-09-28 13:14:05 -0700
commita17f08b49d7e46a2a102c84f57086fd1e6312113 (patch)
tree433a81a4d78ec6a5c1e89545ee926abe7a166058 /config.m4
parente76ac4ab07d936a857339fb1bd4eeb621bd3fba6 (diff)
downloadgrpc-grpc-a17f08b49d7e46a2a102c84f57086fd1e6312113.tar.gz
[chttp2] Continue refactoring towards promises (#34437)
Isolate ping callback tracking to its own file. Also takes the opportunity to simplify keepalive code by applying the ping timeout to all pings. Adds an experiment to allow multiple pings outstanding too (this was originally an accidental behavior change of the work, but one that I think may be useful going forward). --------- Co-authored-by: ctiller <ctiller@users.noreply.github.com>
Diffstat (limited to 'config.m4')
-rw-r--r--config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index c2f03d2b4d..eb0e907871 100644
--- a/config.m4
+++ b/config.m4
@@ -146,6 +146,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/transport/chttp2/transport/huffsyms.cc \
src/core/ext/transport/chttp2/transport/parsing.cc \
src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc \
+ src/core/ext/transport/chttp2/transport/ping_callbacks.cc \
src/core/ext/transport/chttp2/transport/ping_rate_policy.cc \
src/core/ext/transport/chttp2/transport/stream_lists.cc \
src/core/ext/transport/chttp2/transport/varint.cc \