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 49b9ad7197
tun code refactor (#1495)
* partial tun code refactor

* take out the trash

* move vpn platform code into llarp/vpn/platform.cpp

* fix hive build

* fix win32

* fix memory leak on win32

* reduce cpu use

* make macos compile

* win32 patches:

* use wepoll for zmq
* use all cores on windows iocp read loop

* fix zmq patch for windows

* clean up cmake for win32

* add uninstall before reinstall option to win32 installer

* more ipv6 stuff

* make it compile

* fix up route poker

* remove an unneeded code block in macos wtf

* always use call to system

* fix route poker behavior on macos

* disable ipv6 on windows for now

* cpu perf improvement:

* colease calls to Router::PumpLL to 1 per event loop wakeup

* set up THEN add addresses

* emulate proactor event loop on win32

* remove excessively verbose error message

* fix issue #1499

* exclude uv_poll from win32 so that it can start up

* update logtag to include directory

* create minidump on windows if there was a crash

* make windows happy

* use dmp suffix on minidump files

* typo fix

* address feedback from jason
* use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
* quote $@ in apply-patches in case path has spaces in it

* address feedback from tom

* remove llarp/ev/pipe
* add comments for clairification
* make event loop queue size constant named
3 years ago
..
abstractrouter.hpp tun code refactor (#1495) 3 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 try to handle router deregistrations on the network better (#1461) 4 years ago
outbound_message_handler.hpp try to handle router deregistrations on the network better (#1461) 4 years ago
outbound_session_maker.cpp Config file improvements (#1397) 4 years ago
outbound_session_maker.hpp RouterHive ConnectionAttemptEvent 4 years ago
rc_gossiper.cpp Config file improvements (#1397) 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
route_poker.cpp tun code refactor (#1495) 3 years ago
route_poker.hpp Route Poker changes (#1416) 4 years ago
router.cpp tun code refactor (#1495) 3 years ago
router.hpp tun code refactor (#1495) 3 years ago