grpc/fuzztest/core
Craig Tiller 7c59c09f43
[chttp2] Bound write sizes based on observed write performance (#34665)
Instead of fixing a target size for writes, try to adapt it a little to
observed bandwidth.

The initial algorithm tries to get large writes within 100-1000ms
maximum delay - this range probably wants to be tuned, but let's see.

The hope here is that on slow connections we can not back buffer so much
and so when we need to send a ping-ack it's possible without great
delay.
2023-10-12 16:48:55 -07:00
..
channel [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
transport/chttp2 [chttp2] Bound write sizes based on observed write performance (#34665) 2023-10-12 16:48:55 -07:00