|
@machty you found a great flag for kqueue to handle this, is there anything similar for epoll? |
Answered by
machty
Jan 14, 2022
Replies: 1 comment 3 replies
|
I don't really have a good Linux setup to try this out (curious what your dev setup is like to try these different platforms.. VMware or something?) But, from the man pages for epoll: So, unlike kqueue, epoll doesn't seem to have a udata that can optionally be part of the key. That said, you can |
3 replies
Answer selected by
ioquatix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't really have a good Linux setup to try this out (curious what your dev setup is like to try these different platforms.. VMware or something?)
But, from the man pages for epoll: