From 56e7e7e727293dd7a6d5628d4b281c1ab5e35069 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 28 May 2008 19:58:55 +0200 Subject: [PATCH] Fixed documentation typo. --- daemon/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/net.c b/daemon/net.c index e7c63d1..1b3af9d 100644 --- a/daemon/net.c +++ b/daemon/net.c @@ -83,7 +83,7 @@ static struct configvar myvars[] = * section). */ {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 to bits + * codepoints on IPv4 sockets, by shifting the DSCP value two bits * to the left (across the ECN bits). This may only work on * Linux. */ {CONF_VAR_BOOL, "dscp-tos", {.num = 0}}, -- 2.11.0