[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANP3RGe4jMRhepM5v2Dg4Kq3Rxj=tA7WJEMcD_83DLYcEgujMA@mail.gmail.com>
Date: Wed, 28 Sep 2016 16:46:05 +0900
From: Maciej Żenczykowski <maze@...gle.com>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc: "David S . Miller" <davem@...emloft.net>,
Linux NetDev <netdev@...r.kernel.org>,
Erik Kline <ek@...gle.com>,
Lorenzo Colitti <lorenzo@...gle.com>,
Hideaki Yoshifuji <hideaki.yoshifuji@...aclelinux.com>
Subject: Re: [PATCH] ipv6 addrconf: implement RFC7559 router solicitation backoff
I'm not sure what line you're referring to.
There are *no* outright jiffies or msecs in this patch, with the
exception of the (3600*HZ) line which is already obvious enough.
The 900000 200001 1900000 1000000 constants are not jiffies nor
miliseconds, they're simply numbers, such that 900000/1000000 = 0.9
and 200001/1000000 =~ 0.2 (the +1 is to deal with 0) and
1900000/1000000 = 1.9
Powered by blists - more mailing lists