lokinet/llarp/net
Thomas Winget a91bb35dbf
Some Windows fixes (#1415)
* Should fix some windows service issues

* fix return condition inversion

* Add some Trace level logging

also make the logger actually respect the log level you set.

* event loop should not queue things to itself...

at present, logic thread queue continues until it is empty, so
queueing things onto itself is just wasteful.

* call_later(foreach thing) is better than foreach thing (call later)

also if you already queued those things but they have not happened yet,
there is no sense to queue them to happen again.

* do not queue read on write finish, only on read finish

* failure to start DNS server should be proper startup failure.

without the DNS server working lokinet is...kinda pointless, right?

* format

* don't queue stuff to logic thread if in logic thread
the thing that clears the queue...clears it.  So you're just delaying and adding overhead.

* windows unbound thread sleep instead of just busy-waiting

also clang-format decided I can't have a blank line for some reason...

* fix unbound async worker on windows
2020-10-21 09:06:43 -04: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_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 address feedback from jason 2020-07-02 11:13:32 -04:00
ip_packet.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
ip_range_map.hpp Lns exits (#1407) 2020-10-21 05:39:01 -04:00
ip_range.cpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
ip_range.hpp * rework exit codepath to allow multiple exits 2020-07-02 11:13:30 -04:00
ip.cpp make format 2020-05-20 19:48:13 -03:00
ip.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 Move IPRange out of net.hpp; free up TruncateV6 etc. 2020-05-20 19:18:27 -03:00
net_int.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06: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
route.cpp Some Windows fixes (#1415) 2020-10-21 09:06:43 -04:00
route.hpp initial route poking 2020-08-24 20:21:55 -04:00
sock_addr.cpp fix sockaddr win32 and collapse headers on the unix side 2020-05-18 15:13:45 -05:00
sock_addr.hpp fix sockaddr win32 and collapse headers on the unix side 2020-05-18 15:13:45 -05:00
uint128.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00