Cluster:LowLatency: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Lemanal (talk | contribs)
No edit summary
 
Lemanal (talk | contribs)
No edit summary
Line 1: Line 1:
==Low Latency TCP/IP for Linux notes==
==Low Latency TCP/IP for Linux notes==
*Instrumentation
*Comparisons & Instrumentation
 
**Web100
**Web100
***http://www.psc.edu/~mathis/papers/mathis03web100.ps
***http://www.psc.edu/~mathis/papers/mathis03web100.ps
***http://www.web100.org/
***http://www.web100.org/
**Only for 2.6.9. Comparison of time between layers in network stack.
 
**Comparison of time between layers in network stack. Patch only for 2.6.9.
***http://user.informatik.uni-goettingen.de/~kperf/
***http://user.informatik.uni-goettingen.de/~kperf/
***http://user.informatik.uni-goettingen.de/~kperf/gaug-ifi-tb-2005-03.pdf
***http://user.informatik.uni-goettingen.de/~kperf/gaug-ifi-tb-2005-03.pdf
*Comparisons
 
**http://developer.osdl.org/shemminger/LK2004_TCP.pdfComparing varying while link delay times
**Comparing while varying link delay times
***http://developer.osdl.org/shemminger/LK2004_TCP.pdf
***Reno - Linux 2.6/2.4
***Reno - Linux 2.6/2.4
***Westwood
***Westwood
***Vegas - Wireless
***Vegas - Wireless
***Binary Increase Congestion Control (BIC)
***Binary Increase Congestion Control (BIC)
*Misc
*Misc
**Dynamic Right Sizing (DRS)
**Dynamic Right Sizing (DRS)
**Window Scaling http://www.faqs.org/rfcs/rfc1323.html
**Window Scaling RFC
***http://www.faqs.org/rfcs/rfc1323.html
**Modifying buffer sizes manually
***http://proj.sunet.se/E2E/tcptune.html

Revision as of 19:52, 27 June 2005

Low Latency TCP/IP for Linux notes

  • Comparisons & Instrumentation