mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Describe what constitues an exceptional condition.
PR: 7666 Submitted by: Archie Cobbs <archie@whistle.com>
This commit is contained in:
parent
36f8699a07
commit
93bb6f1172
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ and
|
|||
to see if some of their descriptors
|
||||
are ready for reading, are ready for writing, or have an exceptional
|
||||
condition pending, respectively.
|
||||
The only exceptional condition detectable is out-of-band
|
||||
data received on a socket.
|
||||
The first
|
||||
.Fa nfds
|
||||
descriptors are checked in each set;
|
||||
|
|
|
|||
Loading…
Reference in a new issue