Compare commits
1 Commits
f460d7b4a5
...
fe751b77b3
Author | SHA1 | Date | |
---|---|---|---|
fe751b77b3 |
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user