From: Fredrik Tolf Date: Wed, 28 May 2008 17:58:55 +0000 (+0200) Subject: Fixed documentation typo. X-Git-Tag: 1.3~11^2^2~8 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=56e7e7e727293dd7a6d5628d4b281c1ab5e35069 Fixed documentation typo. --- 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}},