Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can enet support epoll() #205

Open
playingoDEERUX opened this issue Jul 30, 2022 · 1 comment
Open

Can enet support epoll() #205

playingoDEERUX opened this issue Jul 30, 2022 · 1 comment

Comments

@playingoDEERUX
Copy link

^^ Question in title, I believe epoll has some great performance/scalability advantages that I would like to see in ENet!
Any way that's going to be added in the future?

@dimage1
Copy link

dimage1 commented Mar 20, 2024

With a small amount of sockets, epoll does not give perf benefits compared to poll. Meaning, for gaming UDP transport, where client or server have normally 1-2 sockets to communicate, there won't be significant epoll advantages. Keep in mind, even with 1000+ clients, UDP server uses the same socket to recv / send data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants