mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
expose EPOLLRDHUP (closes #27567)
This commit is contained in:
parent
6fb90905e2
commit
96e97169cc
3 changed files with 6 additions and 1 deletions
|
@ -285,6 +285,9 @@ Edge and Level Trigger Polling (epoll) Objects
|
|||
| :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
|
||||
| | pulled out, the fd is internally disabled |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |
|
||||
| | down writing half of connection. |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLRDNORM` | Equivalent to :const:`EPOLLIN` |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLRDBAND` | Priority data band can be read. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue