Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

getdtablesize() - get size of descriptor table

&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()