mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
docs: remove 'unimplemented' tag from exceptset
The exceptset FDs in select() are implemented and record pending socket errors. This removes the 'unimplemented' tag in documentation
This commit is contained in:
parent
26771d0800
commit
5cd475d91b
@ -212,7 +212,7 @@ struct lwip_select_cb {
|
|||||||
fd_set *readset;
|
fd_set *readset;
|
||||||
/** writeset passed to select */
|
/** writeset passed to select */
|
||||||
fd_set *writeset;
|
fd_set *writeset;
|
||||||
/** unimplemented: exceptset passed to select */
|
/** exceptset passed to select */
|
||||||
fd_set *exceptset;
|
fd_set *exceptset;
|
||||||
/** don't signal the same semaphore twice: set to 1 when signalled */
|
/** don't signal the same semaphore twice: set to 1 when signalled */
|
||||||
int sem_signalled;
|
int sem_signalled;
|
||||||
|
Loading…
Reference in New Issue
Block a user