lokinet/llarp/router
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
..
abstractrouter.hpp dont poke routes if we have no exit (#1352) 2020-09-23 20:28:38 -04: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 Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
outbound_message_handler.hpp use lokimq workers instead of llarp:🧵:ThreadPool 2020-07-02 11:07:34 -04: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 Route Poker changes (#1416) 2020-10-20 05:15:39 -04:00
route_poker.hpp Route Poker changes (#1416) 2020-10-20 05:15:39 -04:00
router.cpp Some Windows fixes (#1415) 2020-10-21 09:06:43 -04:00
router.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00