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
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.
The text was updated successfully, but these errors were encountered:
We currently have
epoll_wait
andepoll_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.The text was updated successfully, but these errors were encountered: