Compare commits

..

1 Commits

Author SHA1 Message Date
fe751b77b3
wip change ledbat and start cubic 2023-08-24 18:04:25 +02:00

View File

@ -2,7 +2,6 @@
#include <vector> #include <vector>
#include <cstdint> #include <cstdint>
#include <cstddef>
// TODO: refactor, more state tracking in ccai and seperate into flow and congestion algos // TODO: refactor, more state tracking in ccai and seperate into flow and congestion algos
inline bool isSkipSeqID(const std::pair<uint8_t, uint16_t>& a, const std::pair<uint8_t, uint16_t>& b) { inline bool isSkipSeqID(const std::pair<uint8_t, uint16_t>& a, const std::pair<uint8_t, uint16_t>& b) {