From 240e512d676388e5a8343fb19160bcf64fb3e52f Mon Sep 17 00:00:00 2001
From: patacongo poll() blocks until
one of the events occurs.
+ Configuration Settings.
+ In order to use the poll() API, the following must be defined
+ in your NuttX configuration file:
+
CONFIG_NFILE_DESCRIPTORS Defined to be greater than 0CONFIG_DISABLE_POLL NOT defined+ In order to use the select with TCP/IP sockets test, you must also have the following additional things + selected in your NuttX configuration file: +
+CONFIG_NET Defined for general network supportCONFIG_NET_TCP Defined for TCP/IP supportCONFIG_NSOCKET_DESCRIPTORS Defined to be greater than 0CONFIG_NET_NTCP_READAHEAD_BUFFERS Defined to be greater than zeroInput Parameters: