fix missing virtual destructor and scale tranfer timeout with concurency

This commit is contained in:
2024-03-05 16:48:58 +01:00
parent bccd04316a
commit 5fd1f2ab84
6 changed files with 32 additions and 17 deletions

View File

@@ -32,6 +32,7 @@ struct CUBIC : public FlowOnly {
public: // api
CUBIC(size_t maximum_segment_data_size) : FlowOnly(maximum_segment_data_size) {}
virtual ~CUBIC(void) {}
float getWindow(void) override;