transport.bw_estimate
INTEGER, read-only.
Available inrecvhashdeliverlog
Estimation of the bandwidth (bytes per second).
In QUIC, this estimate is based on the average rate at which bytes are acknowledged by the client during when there was enough traffic to estimate bandwidth (that is, the connection was not application or receiver limited). Time window of this average spans up to 500ms. If 0
, there was not enough traffic to estimate bandwidth.
In TCP, it is not yet provided, and thus always -1
.