struct fd_set
Defined at line 65 of file ../../third_party/android/platform/bionic/libc/include/sys/select.h
The type of a file descriptor set. Limited to 1024 fds.
The underlying system calls do not have this limit,
and callers can allocate their own sets with calloc().
New code should prefer the different interface specified in
<poll
.h> instead,
because it scales better and easily avoids the limits on `fd_set` size.
Public Members
fd_mask[16] fds_bits