mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Document the extra epoll flags
This commit is contained in:
parent
7f94f392a0
commit
7f54dce9bd
1 changed files with 5 additions and 5 deletions
|
|
@ -131,15 +131,15 @@ 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:`EPOLLRDNORM` | ??? |
|
||||
| :const:`EPOLLRDNORM` | Equivalent to :const:`EPOLLIN` |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLRDBAND` | ??? |
|
||||
| :const:`EPOLLRDBAND` | Priority data band can be read. |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLWRNORM` | ??? |
|
||||
| :const:`EPOLLWRNORM` | Equivalent to :const:`EPOLLOUT` |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLWRBAND` | ??? |
|
||||
| :const:`EPOLLWRBAND` | Priority data may be written. |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLMSG` | ??? |
|
||||
| :const:`EPOLLMSG` | Ignored. |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue