Set tcp no delay on TCP networks

By default, the configuration parameter tcp no delay is set to “off,” meaning that the network performs packet batching. It briefly delays sending partial packets over the network.

While this improves network performance in terminal-emulation environments, it can slow performance for Adaptive Server applications that send and receive small batches. To disable packet batching, a System Administrator can set the tcp no delay configuration parameter to 1.