Administrator's Reference

TCPBUFSIZE

Specifies the size of the buffer used for TCP/IP send requests. During TSM restore, client data moves from the TSM session component to a TCP communication driver. The TCPBUFSIZE option determines if TSM sends the data directly from the session buffer or copies the data to the TCP buffer. A 32KB buffer size forces TSM to copy data to its communication buffer and flush the buffer when it fills.

Note:This option is not related to the TCPWINDOWSIZE option.

Syntax

>>-TCPBufsize--kilobytes---------------------------------------><
 

Parameters

kilobytes
Specifies the size, in kilobytes, of the buffer used for TCP/IP send requests. The range is from 4 to 32. The default is 32.

Examples

tcpbufsize 5


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]