A self-clocking heuristic that aggregates outgoing data to improve throughput and avoid silly window syndrome.

I agree, kessenich. :)

Put a different way, the Nagle algorithm is the process by which, on a TCP connection, a host holds back further transmissions of interactive user data until it has recieved acknowledgement from the server. In this way, many small segments with little data are avoided, so-called tinygrams. Usually this isn't a problem on LANs, but over the big ole' WAN you're using right now, lots of tiny segments is a bad thing.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.