Added except set support in select (patch #6860)

This commit is contained in:
goldsimon
2010-01-29 23:05:33 +00:00
parent 9c41e1eea3
commit 855dcadf7a
4 changed files with 42 additions and 11 deletions

View File

@@ -89,7 +89,8 @@ enum netconn_evt {
NETCONN_EVT_RCVPLUS,
NETCONN_EVT_RCVMINUS,
NETCONN_EVT_SENDPLUS,
NETCONN_EVT_SENDMINUS
NETCONN_EVT_SENDMINUS,
NETCONN_EVT_ERROR
};
#if LWIP_IGMP