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:
des 2003-06-24 19:30:44 +00:00
commit 270ae60a45

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)