Nagle's algorithm: Difference between revisions

Content deleted Content added
References: | Alter: isbn, page. Formatted dashes. | You can use this tool yourself. Report bugs here. | via #UCB_Gadget
Filled in 2 bare reference(s) with reFill 2
Line 46:
 
== 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> and Linux and Windows <ref>[{{Cite web|url=https://stackoverflow.com/qquestions/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==