Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Nagle

Name

Nagle — disable nagle algorithm

Synopsis

Nagle = Y / N

Description

The Nagle algorithm says that the server should delay sending partial packets in hopes of getting more data. There are bad interactions between persistent connections and Nagle's algorithm that have very severe performance penalties.

This option was added in version 1.4.0317.0.

Note

Although adding Nagle=N may improve overall performance of the software, it is considered experimental.

Default

Nagle=Y