Indicates the maximum length of the svc_pollfd array.
Network Services Library (libnsl.a)
#include <rpc/rpc.h>
pollfd_t *svc_pollfd;
The svc_max_pollfd global variable is a read-only global variable indicating the maximum length of the svc_pollfd array. This variable is generally used when the svc_run subroutine is not used and a server wants to handle remote procedure call (RPC) service requests asynchronously. Its value might change when the svc_getreq_poll subroutine is called or when other RPC service handle-creation subroutines are called.