Set low-delay traffic class for IPv6 connections as well
authorjca <jca@openbsd.org>
Mon, 26 Oct 2015 00:33:03 +0000 (00:33 +0000)
committerjca <jca@openbsd.org>
Mon, 26 Oct 2015 00:33:03 +0000 (00:33 +0000)
commit44c7c549be71e27b4b98e0ce4952d84859d6c88c
tree54d60b70571e5fbb548f729e5682acde16af7a4a
parenta12abc5a0532b058d7fd324a32ab28f217e0fc85
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@
usr.bin/telnet/commands.c