Nagle's algorithm (source code)

= Nagle's algorithm
{wiki=Nagle's_algorithm}

Nagle's algorithm is a network optimization technique designed to improve the efficiency of TCP/IP networks by reducing the number of small packets sent over the network. It was developed by John Nagle in 1984. \#\#\# Purpose The algorithm aims to solve the problem of sending small packets or "tinygrams," which can lead to inefficiencies when a large number of small packets are transmitted over a network.