failing to send is now also a congestion event (hacky and only the first time we send data)
This commit is contained in:
@@ -57,6 +57,9 @@ struct FlowOnly : public CCAI {
|
||||
|
||||
virtual void onCongestion(void) {};
|
||||
|
||||
// internal logic, calls the onCongestion() event
|
||||
void updateCongestion(void);
|
||||
|
||||
public: // api
|
||||
FlowOnly(size_t maximum_segment_data_size) : CCAI(maximum_segment_data_size) {}
|
||||
|
||||
|
Reference in New Issue
Block a user