Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933642Ab1ESRMM (ORCPT ); Thu, 19 May 2011 13:12:12 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:43915 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933540Ab1ESRML (ORCPT ); Thu, 19 May 2011 13:12:11 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Q4FVJtJz16TLQXQlbdRHp+44n4p6Qbh9/NcatI5P9ZBoXDQi0pya8Qb6NMqlOyTgij TXDLOUnas0C1aFgniZxwNCzLhjnhUZ7QrkOawb4+XLmB1Ok2wiTCbndARsVIxZ8OxjEh k9dubftEQXdKWw5f8bXdDBRxLF4SuwTRpk5z4= MIME-Version: 1.0 In-Reply-To: <1456193D-84D1-46E2-B930-8FD0A5B8C409@comsys.rwth-aachen.de> References: <1305771744-83951-1-git-send-email-tsunanet@gmail.com> <20110518.223622.1525088601595365235.davem@davemloft.net> <20110519.001426.2119532755281545481.davem@davemloft.net> <9DC9A4D5-8E16-4361-B323-C92D563171A1@comsys.rwth-aachen.de> <8C5DF277-320D-4DEB-A133-EEC301DE58DC@comsys.rwth-aachen.de> <1456193D-84D1-46E2-B930-8FD0A5B8C409@comsys.rwth-aachen.de> From: tsuna Date: Thu, 19 May 2011 10:11:50 -0700 Message-ID: Subject: Re: [PATCH] tcp: Implement a two-level initial RTO as per draft RFC 2988bis-02. To: Alexander Zimmermann Cc: Hagen Paul Pfeifer , David Miller , kuznet@ms2.inr.ac.ru, pekkas@netcore.fi, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, eric.dumazet@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1078 Lines: 24 On Thu, May 19, 2011 at 9:55 AM, Alexander Zimmermann wrote: > Exactly. This is the point. It's *your* environment. However, TCP is > general purpose. And for the wider internet 1s is know to be save. See the > measurements in the draft that Mark Allman run. That's right, there's no one-size-fits-all solution. That's why I'm in favor of keeping a reasonably conservative default (say 1s to 3s, so we don't break the Internets) and giving people a knob to adjust it to whatever makes sense for them. Looking through the kernel, I see that SCTP already has knobs for this: sctp_rto_initial, sctp_rto_min, sctp_rto_max. You can even control the constants used to update rttvar and srtt: sctp_rto_alpha, sctp_rto_beta -- Benoit "tsuna" Sigoure Software Engineer @ www.StumbleUpon.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/