Compare commits

..

2 Commits

Author SHA1 Message Date
f460d7b4a5
wip change ledbat and start cubic 2023-08-25 14:42:40 +02:00
475a99054f
fix size_t include missing 2023-08-24 18:06:26 +02:00

View File

@ -2,6 +2,7 @@
#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) {