summaryrefslogtreecommitdiffstats
path: root/src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 05:36:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 05:36:20 +0000
commit30bdda11e00c2f13bab72d670fe57959d285a265 (patch)
tree0273928608e7585e4523f3bd08384af52fbbc78a /src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h
parentReleasing progress-linux version 3.3.6-3~progress7.99u1. (diff)
downloadknot-30bdda11e00c2f13bab72d670fe57959d285a265.tar.xz
knot-30bdda11e00c2f13bab72d670fe57959d285a265.zip
Merging upstream version 3.3.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h')
-rw-r--r--src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h b/src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h
index 1a93867..573efd6 100644
--- a/src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h
+++ b/src/contrib/libngtcp2/ngtcp2/lib/ngtcp2_conn_stat.h
@@ -105,8 +105,9 @@ typedef struct ngtcp2_conn_stat {
uint64_t bytes_in_flight;
/**
* :member:`max_tx_udp_payload_size` is the maximum size of UDP
- * datagram payload that this endpoint transmits. It is used by
- * congestion controller to compute congestion window.
+ * datagram payload that this endpoint transmits to the current
+ * path. It is used by congestion controller to compute congestion
+ * window.
*/
size_t max_tx_udp_payload_size;
/**