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/apple
Jeff 388fc53380
match io loop event order on windows/apple to match linux.
on win32/apple reading packets from the interface does not count as an io operation.
manually trigger pump on win32/apple to pretend that it is an io event.
add platform quark function MaybeWakeUpperLayers on vpn::Interface to manaully wake up the other components on platforms that need that (ones on which packet io is not done via io events).
on non linux platforms, use uv_prepare_t instead of uv_check_t as the former triggers before blocking for io, instead of after. this better matches linux's order of operations in libuv.
2 years ago
..
CMakeLists.txt Re-enable LTO; target macos 10.12+ 3 years ago
DNSTrampoline.h Reformat 3 years ago
DNSTrampoline.m Unleak exit mode DNS via unbound DNS trampoline on (macOS) 3 years ago
PacketTunnelProvider.m Add IPv6 addr/routing for macos 3 years ago
apple_logger.cpp refactor for apple 3 years ago
apple_logger.hpp refactor for apple 3 years ago
context.hpp Reformat 3 years ago
context_wrapper.cpp use llarp:: prefix for LogError 3 years ago
context_wrapper.h Add IPv6 addr/routing for macos 3 years ago
route_manager.cpp Reformat 3 years ago
route_manager.hpp Reformat 3 years ago
vpn_interface.cpp match io loop event order on windows/apple to match linux. 2 years ago
vpn_interface.hpp match io loop event order on windows/apple to match linux. 2 years ago
vpn_platform.cpp match io loop event order on windows/apple to match linux. 2 years ago
vpn_platform.hpp match io loop event order on windows/apple to match linux. 2 years ago