[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.117 and 1.118

version 1.117, 2016/07/15 00:24:30 version 1.118, 2017/04/28 03:20:27
Line 59 
Line 59 
         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_interactive;     /* IP ToS/DSCP/class for interactive */
         int     ip_qos_bulk;            /* IP ToS/DSCP/class for bulk traffic */          int     ip_qos_bulk;            /* IP ToS/DSCP/class for bulk traffic */
           SyslogFacility log_facility;    /* Facility for system logging. */
         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.117  
changed lines
  Added in v.1.118