only allow 1 congestion event per rtt

This commit is contained in:
2023-08-24 01:28:13 +02:00
parent 95b55c3a4a
commit 1c5f4f24a7
3 changed files with 15 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ struct CCAI {
CCAI(size_t maximum_segment_data_size) : MAXIMUM_SEGMENT_DATA_SIZE(maximum_segment_data_size) {}
// return the current believed window in bytes of how much data can be inflight,
virtual float getCWnD(void) const = 0;
//virtual float getCWnD(void) const = 0;
// TODO: api for how much data we should send
// take time since last sent into account