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

Diff for /src/usr.bin/ssh/readconf.h between version 1.50 and 1.51

version 1.50, 2003/05/15 14:55:25 version 1.51, 2003/07/03 08:09:06
Line 58 
Line 58 
         LogLevel log_level;     /* Level for logging. */          LogLevel log_level;     /* Level for logging. */
   
         int     port;           /* Port to connect. */          int     port;           /* Port to connect. */
           int     address_family;
         int     connection_attempts;    /* Max attempts (seconds) before          int     connection_attempts;    /* Max attempts (seconds) before
                                          * giving up */                                           * giving up */
         int     connection_timeout;     /* Max time (seconds) before          int     connection_timeout;     /* Max time (seconds) before

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51