update to plugin 7 and refactor (should improve speed)

This commit is contained in:
2024-01-07 17:23:06 +01:00
parent 103f36f2d2
commit f02b03da7c
9 changed files with 37 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ struct LEDBAT : public CCAI {
// TODO: api for how much data we should send
// take time since last sent into account
// respect max_byterate_allowed
int64_t canSend(void) override;
int64_t canSend(float time_delta) override;
// get the list of timed out seq_ids
std::vector<SeqIDType> getTimeouts(void) const override;