mbedtls_net_poll() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

Bitmask composed of MBEDTLS_NET_POLL_READ/WRITE on success or timeout, or a negative return code otherwise.

Notes

The current implementation of this function uses select() and returns an error if the file descriptor is \c FD_SETSIZE or greater.

References