From owner-freebsd-net@FreeBSD.ORG Wed Feb 13 18:38:31 2013 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E04975B; Wed, 13 Feb 2013 18:38:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 6A96A8A3; Wed, 13 Feb 2013 18:38:30 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id z53so1339217wey.1 for ; Wed, 13 Feb 2013 10:38:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=VcqmG0OANTjv1fOOk/9XYtK0U2Dn3MwXdUymEjOAv18=; b=09hKbODsqi4aMwbxJQG7rBZ0u+FGeCGEidS+8/g0jXfg6rNSc6kxaZXNkWEeUH+xCy PwT/LgG0b4v4n5zZLTlzdq+6yuXgyfnirXnDwJLJos9a4z2pGuxvLhxYde9IzBQaH84V RD6i9gmkcWc8qJM7ADFRopq1QYj7SARgXrkAgfne0WfQdVsO7WfnUEZXoPAtiqrscj/Y pmVZxnwOezdg8xPFphAaZ5349+QzAvZoNJp0I9eE2JToEBHdHCPL1q1et759+WmS47ZO 8VkLt+aY46r+2hr92hhp8TN1H46XoNc1DWHhnnNs0YZZyYAMrhTvNdzttioZF+DZUwNQ iyUw== MIME-Version: 1.0 X-Received: by 10.180.84.165 with SMTP id a5mr12093480wiz.6.1360780709563; Wed, 13 Feb 2013 10:38:29 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Wed, 13 Feb 2013 10:38:29 -0800 (PST) In-Reply-To: References: <201301221511.02496.jhb@freebsd.org> <511B4DEF.8000500@freebsd.org> <511B6A87.5060000@freebsd.org> Date: Wed, 13 Feb 2013 10:38:29 -0800 X-Google-Sender-Auth: WG1NaxFiAQKSGQMAUcV2AdzryXI Message-ID: Subject: Re: [PATCH] Add a new TCP_IGNOREIDLE socket option From: Adrian Chadd To: Andre Oppermann Content-Type: text/plain; charset=ISO-8859-1 Cc: Lawrence Stewart , John Baldwin , net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 18:38:31 -0000 .. and I should say, "competing / parallel" congestion algorithms. Ie - how multiple CC's work for/against each other on the same "internet" at the same time. Adrian