ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21
authorCodarren Velvindron <codarren@hackers.mu>
Sun, 15 Apr 2018 16:37:50 +0000 (20:37 +0400)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 24 Jun 2018 18:03:55 +0000 (20:03 +0200)
commit7c43d431173a73617c079b7945b6629daaa7bca0
tree0e48282dbc9b27dc52c3ba1abd25f3bbb5e36d2e
parente56e091d650494e4894d24e33ab2cdb7b57dc686
ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21

Update QoS markers.
Use DSCP AF21 for interactive traffic. DSCP is defined in RFC2474.
Many modern equipment no longer support IPTOS.

Signed-off-by: Codarren Velvindron <codarren@hackers.mu>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c