Tivoli Header
Quick Start
Here is a sample TCP/IP setting:
+--------------------------------------------------------------------------------+
|commmethod tcpip |
| tcpport 1500 |
| tcpwindowsize 0 |
| tcpnodelay yes |
+--------------------------------------------------------------------------------+
- TCPPORT
- The server TCP/IP port address. The default value is 1500.
- TCPWINDOWSIZE
-
The size of the TCP/IP buffer used when sending or receiving data. The
window size used in a session is the smaller of the server and client window
sizes. Larger window sizes use additional memory but may improve
performance.
You can specify an integer from 0 to 2048. To use the default window
size for the operating system, specify 0.
- TCPNODELAY
-
Whether or not the server sends small messages or lets TCP/IP buffer the
messages. Sending small messages may improve throughput but increases
the number of packets sent over the network. Specify YES to send small
messages or NO to let TCP/IP buffer them. The default is YES.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]