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

@@ -62,6 +62,7 @@ struct FlowOnly : public CCAI {
public: // api
FlowOnly(size_t maximum_segment_data_size) : CCAI(maximum_segment_data_size) {}
virtual ~FlowOnly(void) {}
// TODO: api for how much data we should send
// take time since last sent into account