Commit 7f54dce9 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone

Document the extra epoll flags

parent 7f94f392
......@@ -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. |
+-----------------------+-----------------------------------------------+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment