[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.87 and 1.88

version 1.87, 2010/09/22 05:01:29 version 1.88, 2010/11/13 23:27:50
Line 59 
Line 59 
         int     compression_level;      /* Compression level 1 (fast) to 9          int     compression_level;      /* Compression level 1 (fast) to 9
                                          * (best). */                                           * (best). */
         int     tcp_keep_alive; /* Set SO_KEEPALIVE. */          int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
           int     ip_qos_interactive;     /* IP ToS/DSCP/class for interactive */
           int     ip_qos_bulk;            /* IP ToS/DSCP/class for bulk traffic */
         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.87  
changed lines
  Added in v.1.88