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

Implement epoll interface #39

Open
penberg opened this issue Jun 12, 2020 · 0 comments
Open

Implement epoll interface #39

penberg opened this issue Jun 12, 2020 · 0 comments

Comments

@penberg
Copy link
Owner

penberg commented Jun 12, 2020

We currently have epoll_wait and epoll_ctl, which are just enough to run an echo server. Let's replace this dummy implementation with something proper. The main issue to solve is mapping packets to sockets, and how to generate epoll events.

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

No branches or pull requests

1 participant