About 199,000 results
Open links in new tab
  1. Nagle's algorithm - Wikipedia

    Nagle's algorithm 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. It was defined by John Nagle while …

  2. Understanding the Nagle Algorithm Simplified - SynchroNet

    Jun 8, 2025 · Nagle’s algorithm combines small chunks of data into bigger segments before sending them across the network. This slows down the release of tiny packets if earlier …

  3. Nagle’s Algorithm: The Network’s Silent Maestro

    Aug 5, 2023 · What is Nagle’s algorithm? Nagle’s algorithm is an algorithm used in implementations of TCP/IP that controls traffic congestion on a network. Nagle’s algorithm …

  4. Understanding Nagle's Algorithm and Why It's Often Disabled

    Aug 1, 2025 · A clear, personal overview of Nagle’s Algorithm, its role in TCP, why it causes unexpected delays, and why developers often disable it.

  5. Nagle’s Algorithm: The obscure router setting that can hurt

    Sep 20, 2024 · Named after its creator, John Nagle, this algorithm plays a part in the efficient operation of your router’s TCP/IP traffic. That being so, savvy gamers have added it to a list of …

  6. Tiny Packets, Big Delays: How Nagle’s Algorithm Works

    Sep 21, 2025 · Back in the early days of slow networks, sending lots of tiny packets wasted bandwidth and clogged links. John Nagle came up with an algorithm that holds back small …

  7. Nagle’s Algorithm - Gig Performer®

    This algorithm works by combining a number of small network packets and sending them all at once, and it introduces a delay up to 300 ms before the packet is sent over the network. …

  8. An Overview of the Nagle Algorithm for TCP Network …

    The Nagle algorithm was developed to address the issue of small packets in a TCP connection. The algorithm works by buffering small packets, temporarily delaying their transmission until a …

  9. What Is Nagle's Algorithm? - ITU Online IT Training

    Nagle’s Algorithm is a method used in networking to optimize TCP/IP networks by reducing the number of small packets sent over the network. It helps minimize overhead and improve …

  10. What is Nagle's Algorithm? Nagle's Algorithm is a setting that improves the efficiency of network communications by reducing the total number of TCP packets that need to be transmitted.