From 9dd1c81d4100982a5a166b42e6d2c7931230c2f9 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Fri, 12 Feb 2016 15:00:41 -0600 Subject: [PATCH] Update lwip_selscan documentation lwip_selscan() documentation indicated exceptset is not used, which is no longer accurate --- src/api/sockets.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index 2304c937..e47aba5a 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -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