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
2021-01-11 18:13:22 -05:00
..
abstractrouter.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
i_gossiper.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
i_outbound_message_handler.hpp increase transit hop limits 2020-05-23 16:07:20 -04:00
i_outbound_session_maker.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
i_rc_lookup_handler.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
outbound_message_handler.cpp try to handle router deregistrations on the network better (#1461) 2020-11-10 09:24:58 -05:00
outbound_message_handler.hpp try to handle router deregistrations on the network better (#1461) 2020-11-10 09:24:58 -05:00
outbound_session_maker.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
outbound_session_maker.hpp RouterHive ConnectionAttemptEvent 2020-07-02 10:22:02 -06:00
rc_gossiper.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
rc_gossiper.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
rc_lookup_handler.cpp use lokimq workers instead of llarp:🧵:ThreadPool 2020-07-02 11:07:34 -04:00
rc_lookup_handler.hpp use lokimq workers instead of llarp:🧵:ThreadPool 2020-07-02 11:07:34 -04:00
route_poker.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
route_poker.hpp Route Poker changes (#1416) 2020-10-20 05:15:39 -04:00
router.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
router.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00