[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.101 and 1.102

version 1.101, 2002/12/10 19:26:50 version 1.102, 2002/12/10 19:47:14
Line 1309 
Line 1309 
                 return buffer_len(&output) < 128 * 1024;                  return buffer_len(&output) < 128 * 1024;
 }  }
   
 void  static void
 packet_set_tos(int interactive)  packet_set_tos(int interactive)
 {  {
         int tos = interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT;          int tos = interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT;

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102