[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.57 and 1.58

version 1.57, 2003/11/21 11:57:03 version 1.58, 2003/12/09 21:53:36
Line 53 
Line 53 
         int     compression;    /* Compress packets in both directions. */          int     compression;    /* Compress packets in both directions. */
         int     compression_level;      /* Compression level 1 (fast) to 9          int     compression_level;      /* Compression level 1 (fast) to 9
                                          * (best). */                                           * (best). */
         int     keepalives;     /* Set SO_KEEPALIVE. */          int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
         LogLevel log_level;     /* Level for logging. */          LogLevel log_level;     /* Level for logging. */
   
         int     port;           /* Port to connect. */          int     port;           /* Port to connect. */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58