Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

select() (TCP/UDP)

Check if any sockets are ready for available read or write operations or error conditions. See section C-13-47 “NetSock_Sel() / select() (TCP/UDP)” on page 663 for more information.

Files

net_bsd.h/net_bsd.c

Prototype

int select(int desc_nbr_max,

struct fd_set *pdesc_rd,

struct fd_set *pdesc_wr,

struct fd_set *pdesc_err,

struct timeval *ptimeout);

  • No labels