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.
Although adding Nagle=N may improve overall performance of the software, it is considered experimental.