Next | Prev | Up | Top | Contents | Index

unpdg_recvspace

Description

This parameter controls the default size of data-gram socket receive buffers.

Value

Default: 0x4000 (16 Kbytes)

When to Change


It is generally recommended that you change the size of socket buffers individually, since changing this parameter changes the receive buffer size on all data-gram sockets, using a tremendous amount of kernel memory. Also, increasing this parameter increases the amount of time necessary to wait for socket response, since all sockets will have more buffer space to read.

See the setsockopt(2) reference page for more information on setting specific individual socket options.


Next | Prev | Up | Top | Contents | Index