z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


MAXSOC parameter

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

The SELECT call must test each bit in each string before returning results. For efficiency, the MAXSOC parameter can be used to specify the largest socket descriptor number that needs to be tested for any event type. The SELECT call tests only bits that are in the range 0 through the MAXSOC value minus 1.

Example: If MAXSOC is set to 50, the range would be 0 through 49.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014