1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/router
Jeff Becker f3deabdb96
* get_failing does not need abstract router as paramter so we remove it
* add remove_node_from_failing to remove a node by pubkey from the failing set
* if a router is deregistered we remove it from the failing set so we don't retest it
* remove a router from the failing set if we get a test success
2021-06-08 10:47:27 -04:00
..
abstractrouter.hpp Fix unintentional whitelist/greylist copying 2021-06-07 16:16:18 -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 separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -04:00
outbound_message_handler.cpp separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -04:00
outbound_message_handler.hpp Fixes subtle memory leak, adds comments 2021-04-29 20:10:55 -04:00
outbound_session_maker.cpp make outbound session if we do not have 2021-06-07 18:31:57 -04: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 separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -04:00
rc_lookup_handler.hpp separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -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 * get_failing does not need abstract router as paramter so we remove it 2021-06-08 10:47:27 -04:00
router.hpp dont run router testing if we are decommissioned. 2021-06-07 16:35:06 -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