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

Diff for /src/usr.bin/ssh/servconf.h between version 1.158 and 1.159

version 1.158, 2023/01/06 02:47:19 version 1.159, 2023/01/17 09:44:48
Line 231 
Line 231 
   
         char    **channel_timeouts;     /* inactivity timeout by channel type */          char    **channel_timeouts;     /* inactivity timeout by channel type */
         u_int   num_channel_timeouts;          u_int   num_channel_timeouts;
   
           int     unused_connection_timeout;
 }       ServerOptions;  }       ServerOptions;
   
 /* Information about the incoming connection as used by Match */  /* Information about the incoming connection as used by Match */

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159