SEND_BUFFER_SIZE - UDM Manager configuration option
Description
The SEND_BUFFER_SIZE option sets the size (in bytes) of the application's outgoing buffer for UDM.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -sendbuffersize size | ||||
Environment Variable | UDMSENDBUFSSIZE=size | ||||
Configuration File Keyword | Send_buffer_size size | ||||
STRUDM Parameter | SNDBUFSIZE (size) |
Values
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 send buffer should be changed only when performance tweaking is necessary. Changing this value could affect performance adversely.