z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZZ9966I

z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
SC27-3657-01

EZZ9966I
filtername : fd listenfd is larger than FD_SETSIZE size

Explanation

The socket descriptor is larger than FD_SETSIZE. FD_SETSIZE, 2048, is the default file descriptor maximum size.

filtername is the name of the filter registered by the filter program in the xxfi_name of the smfiDesc variable used on the smfi_register() API.

listenfd is the listening socket descriptor.

size is the value of FD_SETSIZE.

System action

The filter program ends and returns MI_FAILURE.

Operator response

None.

System programmer response

Restart the filter program after verifying that the socket descriptor ctx_sd used in the filter program is correct.

Module

lf_lstnr

Procedure name

mi_listener

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014