[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.107 and 1.108

version 1.107, 2003/06/10 22:20:52 version 1.108, 2003/06/24 08:23:46
Line 108 
Line 108 
 static int packet_compression = 0;  static int packet_compression = 0;
   
 /* default maximum packet size */  /* default maximum packet size */
 int max_packet_size = 32768;  u_int max_packet_size = 32768;
   
 /* Flag indicating whether this module has been initialized. */  /* Flag indicating whether this module has been initialized. */
 static int initialized = 0;  static int initialized = 0;
Line 1435 
Line 1435 
         return interactive_mode;          return interactive_mode;
 }  }
   
 int  u_int
 packet_set_maxsize(int s)  packet_set_maxsize(u_int s)
 {  {
         static int called = 0;          static int called = 0;
   

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108