CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
epoll
07-09
Software engineering
How to simulate EAGAIN or EWOULDBLOCK when send data to socket
03-08
front end
Semantically, why does epoll_wait sends me EPOLLIN, after read end had been shut down?
03-07
Software design
linux openssl simple client non-blocking bio over already existing socket, buffer, and epoll abstrac
01-02
database
Is it necessary to remove all file descriptors in the interest list before closing the epoll instanc
12-08
Software design
Does epoll_wait() return events one at a time?
11-10
Software engineering
epoll_wait event.data.fd is always 0
11-09
OS
When to rearm epoll with edge mode & oneshot?
10-27
database
Linux C socket how to prevent 2 forked process from accepting the same connection when using epoll?
Links:
CodePudding