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
Jeff 60f4d96ba5
proper route poking (#1330)
* route poking:

* remove popen() call, replace with reading /proc/net/route for getting default route
* dynamically poke and unpoke routes on runtime

* swap intros and fix rpc endpoint for version to return what the ui expects

* use std::string::find_first_not_of instead of using a lambda
4 years ago
..
abstractrouter.hpp initial config overriding on runtime 4 years ago
i_gossiper.hpp The Great Wall of Blame 4 years ago
i_outbound_message_handler.hpp increase transit hop limits 4 years ago
i_outbound_session_maker.hpp The Great Wall of Blame 4 years ago
i_rc_lookup_handler.hpp The Great Wall of Blame 4 years ago
outbound_message_handler.cpp The Great Wall of Blame 4 years ago
outbound_message_handler.hpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
outbound_session_maker.cpp RouterHive ConnectionAttemptEvent 4 years ago
outbound_session_maker.hpp RouterHive ConnectionAttemptEvent 4 years ago
rc_gossiper.cpp The Great Wall of Blame 4 years ago
rc_gossiper.hpp The Great Wall of Blame 4 years ago
rc_lookup_handler.cpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
rc_lookup_handler.hpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
router.cpp proper route poking (#1330) 4 years ago
router.hpp proper route poking (#1330) 4 years ago