filter simple packet drops by not counting the first 4 packets arriving out of order

This commit is contained in:
2023-09-07 12:26:54 +02:00
parent 1e6929c93b
commit f91780c602
2 changed files with 10 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ struct FlowOnly : public CCAI {
std::vector<FlyingBunch> _in_flight;
int64_t _in_flight_bytes {0};
int32_t _consecutive_events {0};
clock::time_point _time_start_offset;
protected: