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

Diff for /src/usr.bin/ssh/readconf.c between version 1.283 and 1.284

version 1.283, 2018/02/23 15:58:37 version 1.284, 2018/04/04 15:12:17
Line 1981 
Line 1981 
         if (options->visual_host_key == -1)          if (options->visual_host_key == -1)
                 options->visual_host_key = 0;                  options->visual_host_key = 0;
         if (options->ip_qos_interactive == -1)          if (options->ip_qos_interactive == -1)
                 options->ip_qos_interactive = IPTOS_LOWDELAY;                  options->ip_qos_interactive = IPTOS_DSCP_AF21;
         if (options->ip_qos_bulk == -1)          if (options->ip_qos_bulk == -1)
                 options->ip_qos_bulk = IPTOS_THROUGHPUT;                  options->ip_qos_bulk = IPTOS_DSCP_CS1;
         if (options->request_tty == -1)          if (options->request_tty == -1)
                 options->request_tty = REQUEST_TTY_AUTO;                  options->request_tty = REQUEST_TTY_AUTO;
         if (options->proxy_use_fdpass == -1)          if (options->proxy_use_fdpass == -1)

Legend:
Removed from v.1.283  
changed lines
  Added in v.1.284