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/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.
4 years ago
..
ev.cpp Merge Logic functions into EventLoop 4 years ago
ev.hpp EventLoop: add public wakeup() method, and call it from call() 4 years ago
ev_libuv.cpp EventLoop: add public wakeup() method, and call it from call() 4 years ago
ev_libuv.hpp EventLoop: add public wakeup() method, and call it from call() 4 years ago
udp_handle.hpp Export UDP file descriptor (for android) 4 years ago
vpn.hpp Remove HasNextPacket() (and fix win32) 4 years ago
vpnio.cpp Merge Logic functions into EventLoop 4 years ago
vpnio.hpp Config file improvements (#1397) 4 years ago