better filter and cubic fixes

This commit is contained in:
2023-09-08 00:41:25 +02:00
parent f91780c602
commit 7af5fda0a6
5 changed files with 43 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ struct FlowOnly : public CCAI {
// VERY sensitive to bundling acks
float getCurrentDelay(void) const override;
float getWindow(void) override;
void addRTT(float new_delay);
void updateWindow(void);