From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id 9998021F88B for ; Thu, 3 Dec 2015 00:22:57 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1449130977; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qfJiAYoImgZNTP/4Y5PEwFNu8WPIHVbjV5Uzw4sqci0=; b=J1i7S14suuRcLfF5vBk3gJ7vzB38Ann8MAMTRNNprXBDB6PXylUrl5grgHWV7f5lxOmK+tqE +krRFQjQFJjALsT6J22S1/E/Np+E/oyA9EhIqmPP72dOS1xTYarSeSw79I8NkkTCDeiJJS5E PcwfSZUAlANEhOHOr89rzsEnno4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=BbltUb3D1+BXFXTPXwpXO4Oa0xSNr6z8nmFwQGkv3RhKzKx2Jf1m2pz7Q9zYhz6AeYMdGv uv6TEqQ49HKEnTB+b8b/3JeRZk3Lfv4C7FOct9TiJRNytYa9rH3YFbGIQiMsWiDSsa36mOyF osFul/GyU9RSheWZHi9rS7w59WvhY= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 565ffbdf.6348690-in03; Thu, 03 Dec 2015 08:22:55 -0000 (UTC) Date: Thu, 03 Dec 2015 00:22:55 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <565ffbdfd9eba_a233fcbc24432c0321eb@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 6d57ed: flent: fix floating point vs time padding bug in t... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_565ffbdfd9ac3_a233fcbc24432c0320d8"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 08:23:20 -0000 ----==_mimepart_565ffbdfd9ac3_a233fcbc24432c0320d8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 6d57ed3d33e40e2b199adfde616958764ae20876 https://github.com/dtaht/ceropackages-3.10/commit/6d57ed3d33e40e2b199adfde616958764ae20876 Author: CeroWrt Admin Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M net/flent/Makefile Log Message: ----------- flent: fix floating point vs time padding bug in tc_iterate Does anyone really know what time it is? Without padding, we got: Time: 1449072713.998437240 Time: 1449072714.8437200 ?? Time: 1449072714.18437600 ? Time: 1449072714.28437160 Time: 1449072714.38437720 Time: 1449072714.48437400 Time: 1449072714.58438680 Time: 1449072714.68437800 Time: 1449072714.78437120 Time: 1449072714.88437480 Time: 1449072714.98438840 Time: 1449072714.108437560 ? ----==_mimepart_565ffbdfd9ac3_a233fcbc24432c0320d8--