Cluster:LowLatency: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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/ | ||
** | |||
**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 | ||
* | |||
**http://developer.osdl.org/shemminger/LK2004_TCP. | **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
- Comparison of time between layers in network stack. Patch only for 2.6.9.
- Comparing while varying link delay times
- http://developer.osdl.org/shemminger/LK2004_TCP.pdf
- Reno - Linux 2.6/2.4
- Westwood
- Vegas - Wireless
- Binary Increase Congestion Control (BIC)
- Comparing while varying link delay times
- Misc
- Dynamic Right Sizing (DRS)
- Window Scaling RFC
- Modifying buffer sizes manually