Skip to content
Snippets Groups Projects
Matt Johnston's avatar
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
Name Last commit Last update