RECV_BUFFER_SIZE - UDM Server configuration option

Description

The RECV_BUFFER_SIZE option sets the size (in bytes) of the application's incoming buffer for UDM.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

recv_buffer_size size

(tick)

(tick)

(tick)

(tick)

Values

size is the number of bytes.

size is the number of bytes.

If a buffer size of 0 is specified, UDM will set the application buffer size using internal limits. To explicitly define the application buffer size, specify a value other than 0.

Default

IBM i

0

UNIX

0

Windows

1024

z/OS

0

Note

The size of the receive buffer should be changed only when performance tweaking is necessary. Changing this value could affect performance adversely.