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 43: Line 43:
**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
**From /usr/src/linux/Documentation/networking/ip-sysctl.txt
        tcp_low_latency - BOOLEAN
        If set, the TCP stack makes decisions that prefer lower
        latency as opposed to higher throughput.  By default, this
        option is not set meaning that higher throughput is preferred.
        An example of an application where this default should be
        changed would be a Beowulf compute cluster.
        Default: 0

Revision as of 18:14, 12 July 2005

Low Latency TCP/IP for Linux notes

  • Comparisons & Instrumentation
  • Low Latency Kernel Option
    • net.ipv4.tcp_low_latency sysctl
      • /proc/sys/net/ipv4/tcp_low_latency
    • From /usr/src/linux/Documentation/networking/ip-sysctl.txt
       tcp_low_latency - BOOLEAN
       If set, the TCP stack makes decisions that prefer lower
       latency as opposed to higher throughput.  By default, this
       option is not set meaning that higher throughput is preferred.
       An example of an application where this default should be
       changed would be a Beowulf compute cluster.
       Default: 0