diff options
| author | Samuel Hunt <sam@maxxwave.co.uk> | 2026-01-12 18:34:52 +0000 |
|---|---|---|
| committer | Samuel Hunt <sam@maxxwave.co.uk> | 2026-01-12 18:34:52 +0000 |
| commit | 39b1f3e0bee9db081b130c8e11bf65b91c4ed81b (patch) | |
| tree | 9dbcb16fa60ae6cf58e8c910c49c75fd1aaae4d6 /src/fig/FIGCarouselPriority.cpp | |
| parent | 0f5c94de4d88ed79b0e3047c600d733c5715b1f8 (diff) | |
| download | dabmux-39b1f3e0bee9db081b130c8e11bf65b91c4ed81b.tar.gz dabmux-39b1f3e0bee9db081b130c8e11bf65b91c4ed81b.tar.bz2 dabmux-39b1f3e0bee9db081b130c8e11bf65b91c4ed81b.zip | |
Re-added rate_increment_msnext
Diffstat (limited to 'src/fig/FIGCarouselPriority.cpp')
| -rw-r--r-- | src/fig/FIGCarouselPriority.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIGCarouselPriority.cpp b/src/fig/FIGCarouselPriority.cpp index ff40533..5434968 100644 --- a/src/fig/FIGCarouselPriority.cpp +++ b/src/fig/FIGCarouselPriority.cpp @@ -522,7 +522,7 @@ size_t FIGCarouselPriority::fill_fib(uint8_t* buf, size_t max_size, int fib_inde // Pass 2: Any remaining FIGs that can send (to fill unused space) // Reset tried set - we want to try everything again, but only those we skipped - std::set<FIGEntryPriority*> tried_pass1 = tried_this_fib; + std::unordered_set<FIGEntryPriority*> tried_pass1 = tried_this_fib; for (int prio = 1; prio < NUM_PRIORITIES && remaining > 2; prio++) { if (m_priorities[prio].carousel.empty()) { |
