From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 29 Dec 2011 23:26:47 +0800 References: <1325003047-16582-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1325003047-16582-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112292326.47668.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: convert all times to miliseconds Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, December 28, 2011 00:24:07 Simon Wunderlich wrote: > has_timed_out() takes the second argument in miliseconds. The commit > "batman-adv: convert time_after instances to has_timed_out" introduced > some bugs by confusing seconds and miliseconds. > > This patch converts all timeouts to miliseconds to be consistent, and > also fixes the previously introduced bugs. Applied in revision d2c993d. Thanks, Marek