IP Services: Check the values specified for TCP related configuration statements.

Description: As of z/OS V2R1 the default values for TCPRCVBUFRSIZE and TCPSENDBUFRSIZE parameters on the TCPCONFIG statement have been increased from 16K to 64K. Increasing the receive or send buffer size does not in itself allocate or consume any additional storage. The receive and send buffer sizes determine the amount of data that can be buffered by TCPIP for the application. The increase in the default values can allow more data to be buffered and consequently, more storage to be used.

The default value for the SOMAXCONN statement has increased from 10 to 1024. The SOMAXCONN value limits what a server application can specify for its listening backlog.

The amount of time a connection remains in FINWAIT2 has been changed to use the value specified on the TCPCONFIG parameter FINWAIT2. Previously, an additional seventy five seconds was added to the time specified on the FINWAIT2 parameter before the connection was dropped.

Steps to take: If needed, do the following:

Reference information: For more information on configuration statements in z/OS Communications Server, see z/OS V2R1.0 Communications Server: IP Configuration Reference.