Skip to content
  • Matt Johnston's avatar
    Set tcp priority as follows: · da57dd13
    Matt Johnston authored
    if (connecting || ptys || x11) tos = LOWDELAY;
    else if (tcp_forwards) tos = 0;
    else tos = BULK;
    
    TCP forwards could be either lowdelay or bulk, hence the default priority.
    da57dd13