make onLoss return if found
This commit is contained in:
@@ -86,6 +86,6 @@ struct FlowOnly : public CCAI {
|
||||
void onAck(std::vector<SeqIDType> seqs) override;
|
||||
|
||||
// if discard, not resent, not inflight
|
||||
void onLoss(SeqIDType seq, bool discard) override;
|
||||
bool onLoss(SeqIDType seq, bool discard) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user