Check out my first novel, midnight's simulacra!

TCP

From dankwiki
Revision as of 07:32, 28 January 2009 by WikiSysop (talk | contribs) (1 revision)
Jump to navigation Jump to search

Portable APIs

  • TCP_NODELAY: Disable Nagle's algorithm (coalescing of small packets until an ACK is received or a retransmission triggered). See the Linux APIs page for interactions with TCP_CORK on that platform.

See also