light cca refator and expose some cca values to the outside
This commit is contained in:
@@ -76,7 +76,7 @@ void CUBIC::onCongestion(void) {
|
||||
}
|
||||
}
|
||||
|
||||
float CUBIC::getWindow(void) {
|
||||
float CUBIC::getWindow(void) const {
|
||||
return std::min<float>(getCWnD(), FlowOnly::getWindow());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user