Difference between revisions of "Cluster:LowLatency"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
***Maximum Segment Size(MSS) http://rfc.activedomain.org/0500-0999/rfc0879.html | ***Maximum Segment Size(MSS) http://rfc.activedomain.org/0500-0999/rfc0879.html | ||
***Selective Acknowledgement(Sack) ftp://ftp.isi.edu/in-notes/rfc2018.txt | ***Selective Acknowledgement(Sack) ftp://ftp.isi.edu/in-notes/rfc2018.txt | ||
+ | ***Timestamping http://www.faqs.org/rfcs/rfc1323.html | ||
*Low Latency Kernel Option | *Low Latency Kernel Option | ||
**net.ipv4.tcp_low_latency sysctl | **net.ipv4.tcp_low_latency sysctl | ||
***/proc/sys/net/ipv4/tcp_low_latency | ***/proc/sys/net/ipv4/tcp_low_latency |
Revision as of 15:26, 29 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
- http://developer.osdl.org/shemminger/LWE2005_TCP.pdf
- Reno - Linux 2.4
- Westwood - Wireless
- Vegas
- Binary Increase Congestion Control (BIC) - Default for Linux 2.6
- Comparing while varying link delay times
- Lots of discussion
- http://www.ggf.org/Public_Comment_Docs/Documents/May-2005/draft-ggf-dtrg-survey-1.pdf
- HS-TCP
- Scalable TCP
- FAST TCP
- BIC & CUBIC
- Westwood
- .....
- Lots of discussion
- Misc
- Dynamic Right Sizing (DRS)
- Window Scaling RFC
- Modifying buffer sizes manually
- Kernel options
- Default Linux TCP/IP options field contains:
- Maximum Segment Size(MSS) http://rfc.activedomain.org/0500-0999/rfc0879.html
- Selective Acknowledgement(Sack) ftp://ftp.isi.edu/in-notes/rfc2018.txt
- Timestamping http://www.faqs.org/rfcs/rfc1323.html
- Low Latency Kernel Option
- net.ipv4.tcp_low_latency sysctl
- /proc/sys/net/ipv4/tcp_low_latency
- net.ipv4.tcp_low_latency sysctl