diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/select.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 4fafb11..5494eef 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -391,6 +391,9 @@ linearly scanned again. :c:func:`select` is O(highest file descriptor), while +-------------------+------------------------------------------+ | :const:`POLLHUP` | Hung up | +-------------------+------------------------------------------+ + | :const:`POLLRDHUP`| Stream socket peer closed connection, or | + | | shut down writing half of connection | + +-------------------+------------------------------------------+ | :const:`POLLNVAL` | Invalid request: descriptor not open | +-------------------+------------------------------------------+ |