more fixes
This commit is contained in:
@@ -61,7 +61,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
|
||||
size_t canSend(void) override;
|
||||
int64_t canSend(void) override;
|
||||
|
||||
// get the list of timed out seq_ids
|
||||
std::vector<SeqIDType> getTimeouts(void) const override;
|
||||
@@ -86,7 +86,7 @@ struct LEDBAT : public CCAI{
|
||||
|
||||
// moving avg over the last few delay samples
|
||||
// VERY sensitive to bundling acks
|
||||
float getCurrentDelay(void) const;
|
||||
float getCurrentDelay(void) const override;
|
||||
|
||||
void addRTT(float new_delay);
|
||||
|
||||
|
Reference in New Issue
Block a user