1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/pybind
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.
2021-12-15 15:25:53 -05:00
..
llarp match io loop event order on windows/apple to match linux. 2021-12-15 15:25:53 -05:00
CMakeLists.txt refactor logging to use std::source_location 2021-10-06 11:10:48 -04:00
common.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
module.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00