From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id BD9A93B260 for ; Sat, 19 Nov 2016 14:29:29 -0500 (EST) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id 460A9118D00; Sat, 19 Nov 2016 20:29:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1479583768; bh=89gn3mJBreIHlRKchWdkW7x2i44AOw2wSDoBcDfJ5xU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=FQw5KV1GOkkSbwYV5VI1Mt0/s595a3GeaH5Y0ICQWPPsf2O6/enryDrcbOMIQ5pMA UkbV1ie/plSYCYvkxkLNEtURQAQ3OOClvdSIlA8WWK1geIQRiPXBebTTl913Q1XhNu 1ppRw8QLHqynAi7CLIBuQky8Gmqyth1TlYi0fjLB6uFw9GucJFnAWSgszwJ68GwUnp iwOSFd+Rt1ydpW0JkBsDP8LmcIrH8zccVi1qhvjpdn87aNx8aJ6rYOgACoattLbqq2 P5rIejpr7TQlK4H94lAZerx+Jtmz3/dZ9gKjymo3pQwO79b1EI4a8Y4GJkAs0rhvoa MP2H7P1MxqjTw== Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 5E34510A1B; Sat, 19 Nov 2016 20:29:26 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht Cc: make-wifi-fast@lists.bufferbloat.net References: Date: Sat, 19 Nov 2016 20:29:26 +0100 In-Reply-To: (Dave Taht's message of "Sat, 19 Nov 2016 10:55:48 -0800") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87wpfzw9nt.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] hacking and slashing at the ath9k's retries X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 19:29:34 -0000 Dave Taht writes: > I don't see a reason to have ATH_MAX_SW_RETRIES of 30. ? Not really no, but in practice it doesn't make much of a difference: Minstrel will build fairly long retry chains, so before ever getting to the point where the max of 30 is tested against, a packet can be retried a dozen times or more... -Toke