CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/25 18:33:03
Modified files:
usr.bin/telnet : commands.c
Log message:
Set low-delay traffic class for IPv6 connections as well
While here, there is no option to pass a different tos, and no other
use of the "tos" variable out of tn(), so move the "tos" variable in tn()
and assign it the right value from the start.
ok millert@
