X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=daemon%2Fnet.c;h=d0cd9c8dd8bb93385f2802f5ba3003c2b49b4d23;hp=1b3af9ddc297313627850a1b2ebb094613170404;hb=c8c6be241f782e0d3fecb0fbfb042fd28a3f5dad;hpb=56e7e7e727293dd7a6d5628d4b281c1ab5e35069 diff --git a/daemon/net.c b/daemon/net.c index 1b3af9d..d0cd9c8 100644 --- a/daemon/net.c +++ b/daemon/net.c @@ -84,8 +84,9 @@ static struct configvar myvars[] = {CONF_VAR_INT, "diffserv-mindelay", {.num = 0}}, /** If enabled, the IP TOS interface will be used to set Diffserv * codepoints on IPv4 sockets, by shifting the DSCP value two bits - * to the left (across the ECN bits). This may only work on - * Linux. */ + * to the left (remember, the DSCP field in the IPv4 header is + * defined as the 6 uppermost bits of the TOS field, the lower two + * being left for ECN). This may only work on Linux. */ {CONF_VAR_BOOL, "dscp-tos", {.num = 0}}, {CONF_VAR_END} };