1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/ev
Jason Rhinelander 895acc45ff EventLoop: add public wakeup() method, and call it from call()
call(), when invoked from the logic thread, wasn't triggering a wakeup
which stalled some traffic (such as client-to-snode packets).

Fix it by triggering a wakeup on `call()`, and expose it because this is
a useful thing to be able to do.
2021-03-04 16:51:18 -04:00
..
ev.cpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
ev.hpp EventLoop: add public wakeup() method, and call it from call() 2021-03-04 16:51:18 -04:00
ev_libuv.cpp EventLoop: add public wakeup() method, and call it from call() 2021-03-04 16:51:18 -04:00
ev_libuv.hpp EventLoop: add public wakeup() method, and call it from call() 2021-03-04 16:51:18 -04:00
udp_handle.hpp Export UDP file descriptor (for android) 2021-03-04 16:51:18 -04:00
vpn.hpp Remove HasNextPacket() (and fix win32) 2021-03-04 16:51:18 -04:00
vpnio.cpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
vpnio.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00