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

Diff for /src/usr.bin/ssh/misc.c between version 1.110 and 1.111

version 1.110, 2017/05/31 09:15:42 version 1.111, 2017/07/23 23:37:02
Line 1033 
Line 1033 
         const char *name;          const char *name;
         int value;          int value;
 } ipqos[] = {  } ipqos[] = {
           { "none", INT_MAX },            /* can't use 0 here; that's CS0 */
         { "af11", IPTOS_DSCP_AF11 },          { "af11", IPTOS_DSCP_AF11 },
         { "af12", IPTOS_DSCP_AF12 },          { "af12", IPTOS_DSCP_AF12 },
         { "af13", IPTOS_DSCP_AF13 },          { "af13", IPTOS_DSCP_AF13 },

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111