You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
exit.cpp Bump clang-format to 14 2 years ago
exit.hpp ReconfigureDNS fixes, fixes macos exit mode 2 years ago
null.hpp Bump clang-format to 14 2 years ago
tun.cpp Fix crashes in wintun and windivert stopping 2 years ago
tun.hpp ReconfigureDNS fixes, fixes macos exit mode 2 years ago