Nagle's algorithm: Difference between revisions

Content deleted Content added
m Operating systems implementation: style: remove space before ref
Line 55:
 
== Operating systems implementation ==
Most modern operating systems implement Nagle's algorithms. In AIX,<ref>{{Cite web|url=https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/performance/tcp_nodelay_tcp_nagle_limit.html?origURL=ssw_aix_71/com.ibm.aix.performance/tcp_nodelay_tcp_nagle_limit.htm|title=IBM Knowledge Center|website=www.ibm.com}}</ref> Linux, and Windows <ref>{{Cite web|url=https://stackoverflow.com/questions/17842406/how-would-one-disable-nagles-algorithm-in-linux|title=How would one disable Nagle's algorithm in Linux?|website=Stack Overflow}}</ref> it is enabled by default and can be disabled on a per-socket basis using the <code>TCP_NODELAY</code> option.
 
==References==