epoll-example
epoll-example copied to clipboard
an echo server example based on epoll, a scalable I/O event notification mechanism
Results
1
epoll-example issues
Sort by
recently updated
recently updated
newest added
The infinite loop "for (;;)" on line 130 is making the server never receive other clients while the first client is connected. Is this intentional or a loop? Could be...