You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some BSDs have EVFILT_USER, which can be used to wake up a kqueue without using a pipe. Similarly port_send can be used on Solaris. However I'm not sure how this would be exposed in polling.
Currently
Ping
is implemented using apipe
, which is a generic unix way of implementing it.However some platforms provide other primitives that could be used more efficiently for this, such as
eventfd
on Linux.The text was updated successfully, but these errors were encountered: