lokinet/llarp/net
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
..
address_info.cpp Don't use std::optional::value() because f u macos 2020-05-20 19:18:28 -03:00
address_info.hpp Refactor Addr -> IpAddress/SockAddr 2020-05-06 14:38:44 -06:00
exit_info.cpp Removed RPI definition 2020-05-17 21:28:25 -03:00
exit_info.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
ip.cpp make format 2020-05-20 19:48:13 -03:00
ip.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
ip_address.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
ip_address.hpp dont poke routes if we have no exit (#1352) 2020-09-23 20:28:38 -04:00
ip_packet.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
ip_packet.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
ip_range.cpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
ip_range.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
ip_range_map.hpp Lns exits (#1407) 2020-10-21 05:39:01 -04:00
net.cpp remove llarp::StrEq 2020-08-28 11:05:29 +00:00
net.h sun fix 2019-08-27 06:53:08 -05:00
net.hpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
net_bits.hpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
net_if.hpp use lokimq workers instead of llarp:🧵:ThreadPool 2020-07-02 11:07:34 -04:00
net_int.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
net_int.hpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
route.cpp tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
route.hpp initial route poking 2020-08-24 20:21:55 -04:00
sock_addr.cpp enable profiling on clients by default (#1421) 2020-10-27 17:34:09 -04:00
sock_addr.hpp enable profiling on clients by default (#1421) 2020-10-27 17:34:09 -04:00
uint128.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00