[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.7 and 1.8

version 1.7, 1999/10/12 21:04:22 version 1.8, 1999/11/10 23:36:44
Line 54 
Line 54 
   int compression;              /* Compress packets in both directions. */    int compression;              /* Compress packets in both directions. */
   int compression_level;        /* Compression level 1 (fast) to 9 (best). */    int compression_level;        /* Compression level 1 (fast) to 9 (best). */
   int keepalives;               /* Set SO_KEEPALIVE. */    int keepalives;               /* Set SO_KEEPALIVE. */
     LogLevel log_level;           /* Level for logging. */
   
   int port;                     /* Port to connect. */    int port;                     /* Port to connect. */
   int connection_attempts;      /* Max attempts (seconds) before giving up */    int connection_attempts;      /* Max attempts (seconds) before giving up */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8