Next | Prev | Up | Top | Contents | Index

unpst_recvspace

Description

This parameter controls the default size of the receive buffer of streams sockets.

Value

Default: 0x4000 (16 Kbytes)

When to Change


It is generally recommended that you change the size of socket buffers on an individual basis, since changing this parameter changes the receive buffer size on all streams sockets, using a tremendous amount of kernel memory. Also, increasing this parameter will increase 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