mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Update lwip_selscan documentation
lwip_selscan() documentation indicated exceptset is not used, which is no longer accurate
This commit is contained in:
parent
cddd3b552a
commit
9dd1c81d41
@ -1290,8 +1290,6 @@ lwip_writev(int s, const struct iovec *iov, int iovcnt)
|
||||
* set in the sets has events. On return, readset, writeset and exceptset have
|
||||
* the sockets enabled that had events.
|
||||
*
|
||||
* exceptset is not used for now!!!
|
||||
*
|
||||
* @param maxfdp1 the highest socket index in the sets
|
||||
* @param readset_in: set of sockets to check for read events
|
||||
* @param writeset_in: set of sockets to check for write events
|
||||
|
Loading…
Reference in New Issue
Block a user