EdgeADC - Version 5.0.0.1986
User Guide
×
Menu

Advanced Network Settings

What is Nagle?
Nagle's Algorithm, also known as the TCP No Delay algorithm, is a technique used in network communication to reduce the number of retransmitted packets due to out-of-order data. It works by delaying the sending of small packets if no acknowledgment has been received for previous packets. This helps to ensure that data arrives in the correct order and reduces the load on the network.
See Wikipedia Article on Nagle
Server Nagle
Tick this box to enable the Server Nagle setting. The Server Nagle is a means of improving the efficiency of TCP/IP networks by reducing the number of packets that need to be sent over the network. This setting is applied to the Server side of the transaction. Care must be taken with the server settings as Nagle and delayed ACK may severely impact performance.
Client Nagle
Tick the box to enable the Client Nagle setting. As above but applied to the Client side of the transaction.