You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/router
Thomas Winget cecbddc912 Fixes subtle memory leak, adds comments
Fixes a subtle memory leak that was a result of outbound messages which
were in the shared queue (not yet sorted into a per-path queue) when a
path was removed, resulting in a ghost path queue (and thus round-robin
order entry as well).

Adds much needed documentation to the outbound message handler class.
3 years ago
..
abstractrouter.hpp temp commit 3 years ago
i_gossiper.hpp standardize include format and pragma once 4 years ago
i_outbound_message_handler.hpp Fixes subtle memory leak, adds comments 3 years ago
i_outbound_session_maker.hpp standardize include format and pragma once 4 years ago
i_rc_lookup_handler.hpp standardize include format and pragma once 4 years ago
outbound_message_handler.cpp Fixes subtle memory leak, adds comments 3 years ago
outbound_message_handler.hpp Fixes subtle memory leak, adds comments 3 years ago
outbound_session_maker.cpp standardize include format and pragma once 4 years ago
outbound_session_maker.hpp Replace ::Hash nested structs with std::hash specializations 4 years ago
rc_gossiper.cpp standardize include format and pragma once 4 years ago
rc_gossiper.hpp standardize include format and pragma once 4 years ago
rc_lookup_handler.cpp fix issue #1562 4 years ago
rc_lookup_handler.hpp Replace ::Hash nested structs with std::hash specializations 4 years ago
route_poker.cpp Merge pull request #1610 from majestrate/android-fixes-2021-04-26 3 years ago
route_poker.hpp Add systemd-resolved dynamic DNS updating 3 years ago
router.cpp temp commit 3 years ago
router.hpp temp commit 3 years ago
systemd_resolved.cpp Fix headers & grammar for non-systemd 3 years ago
systemd_resolved.hpp format 3 years ago