[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.121 and 1.122

version 1.121, 2006/02/08 14:38:18 version 1.122, 2006/03/13 08:33:00
Line 1475 
Line 1475 
         /* Only set socket options if using a socket.  */          /* Only set socket options if using a socket.  */
         if (!packet_connection_is_on_socket())          if (!packet_connection_is_on_socket())
                 return;                  return;
         if (interactive)          set_nodelay(connection_in);
                 set_nodelay(connection_in);  
         packet_set_tos(interactive);          packet_set_tos(interactive);
 }  }
   

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122