This commit was generated by cvs2svn to compensate for changes in r116791,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Dag-Erling Smørgrav 2003-06-24 19:30:44 +00:00
commit 07e57fee7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116792

View File

@ -1344,6 +1344,7 @@ packet_set_interactive(int interactive)
/* Only set socket options if using a socket. */
if (!packet_connection_is_on_socket())
return;
if (interactive)
set_nodelay(connection_in);
#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)