Loading...
Select Version
&pagelevel(3)&pagelevel
#include <sys.socket.h>
Kernighan-Ritchie-C:
int getdtablesize();
ANSI-C:
int getdtablesize();
Description
The getdtablesize() function returns the size of the socket descriptor table in bits. The table is valid for all the supported address families, i.e. it contains all the possible descriptors for all the address families.
Return value
0:
If successful.
-1:
If errors occur. errno is not set.
See also
select()