1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
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.
2021-04-29 20:10:55 -04:00
..
abstractrouter.hpp temp commit 2021-04-19 07:02:46 -04:00
i_gossiper.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
i_outbound_message_handler.hpp Fixes subtle memory leak, adds comments 2021-04-29 20:10:55 -04:00
i_outbound_session_maker.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
i_rc_lookup_handler.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
outbound_message_handler.cpp Fixes subtle memory leak, adds comments 2021-04-29 20:10:55 -04:00
outbound_message_handler.hpp Fixes subtle memory leak, adds comments 2021-04-29 20:10:55 -04:00
outbound_session_maker.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
outbound_session_maker.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
rc_gossiper.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
rc_gossiper.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
rc_lookup_handler.cpp fix issue #1562 2021-03-18 17:36:53 -04:00
rc_lookup_handler.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
route_poker.cpp Merge pull request #1610 from majestrate/android-fixes-2021-04-26 2021-04-29 10:05:13 -04:00
route_poker.hpp Add systemd-resolved dynamic DNS updating 2021-04-28 16:48:10 -03:00
router.cpp temp commit 2021-04-19 07:02:46 -04:00
router.hpp temp commit 2021-04-19 07:02:46 -04:00
systemd_resolved.cpp Fix headers & grammar for non-systemd 2021-04-28 21:23:00 -03:00
systemd_resolved.hpp format 2021-04-28 17:07:44 -03:00