lokinet/llarp/handlers
Jason Rhinelander 64cf268457
Fix crashes in wintun and windivert stopping
Fixes windows shutdown crashes:

- windivert wasn't handling an ERROR_NO_DATA, which it gets when
  finished handling everything after a shutdown.
- wintun ReadPacket still gets invoked after end_session is called, but
  shouldn't be.  This adds an atomic<bool> to early return.
- fixes up some settings we send for windows service manager notify
2022-11-01 11:05:58 -04:00
..
exit.cpp Bump clang-format to 14 2022-10-20 19:53:52 -03:00
exit.hpp ReconfigureDNS fixes, fixes macos exit mode 2022-09-19 20:26:40 -03:00
null.hpp Bump clang-format to 14 2022-10-20 19:53:52 -03:00
tun.cpp Fix crashes in wintun and windivert stopping 2022-11-01 11:05:58 -04:00
tun.hpp ReconfigureDNS fixes, fixes macos exit mode 2022-09-19 20:26:40 -03:00