Re: [MMUSIC] Updating the pacing of ICE connectivity checks

worley@ariadne.com (Dale R. Worley) Fri, 15 February 2013 16:35 UTC

Return-Path: <worley@shell01.TheWorld.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5A3B921F8801 for <mmusic@ietfa.amsl.com>; Fri, 15 Feb 2013 08:35:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.566
X-Spam-Level:
X-Spam-Status: No, score=-2.566 tagged_above=-999 required=5 tests=[AWL=0.414, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_IN_SORBS_WEB=0.619]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YXdbrt3+z1TZ for <mmusic@ietfa.amsl.com>; Fri, 15 Feb 2013 08:35:32 -0800 (PST)
Received: from TheWorld.com (pcls5.std.com [192.74.137.145]) by ietfa.amsl.com (Postfix) with ESMTP id CBBE921F87D2 for <mmusic@ietf.org>; Fri, 15 Feb 2013 08:35:30 -0800 (PST)
Received: from shell.TheWorld.com (svani@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.14.5/8.14.5) with ESMTP id r1FGYE8G016920 for <mmusic@ietf.org>; Fri, 15 Feb 2013 11:34:17 -0500
Received: from shell01.TheWorld.com (localhost.theworld.com [127.0.0.1]) by shell.TheWorld.com (8.13.6/8.12.8) with ESMTP id r1FGYE7X1890205 for <mmusic@ietf.org>; Fri, 15 Feb 2013 11:34:14 -0500 (EST)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r1FGYETg1892895; Fri, 15 Feb 2013 11:34:14 -0500 (EST)
Date: Fri, 15 Feb 2013 11:34:14 -0500
Message-Id: <201302151634.r1FGYETg1892895@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: mmusic@ietf.org
In-reply-to: <AA2FE935-F441-4A68-B104-1AF5F01600AF@matthew.at>
References: <511CEB64.6070306@ericsson.com> <05a401ce0ac6$db547230$91fd5690$@cisco.com> <511D03A7.1060008@ericsson.com> <511D0498.3030909@jitsi.org> <511D07F1.3070808@ericsson.com> <085d01ce0b0d$12dbfb10$3893f130$@cisco.com> <AA2FE935-F441-4A68-B104-1AF5F01600AF@matthew.at>
Subject: Re: [MMUSIC] Updating the pacing of ICE connectivity checks
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Feb 2013 16:35:32 -0000

> From: Matthew Kaufman <matthew@matthew.at>
> 
> Most browsers do have a limit for the number of simultaneous IMG
> loads, some even more so if they all appear to be pointed at the
> same domain.

IIRC, browsers aren't supposed to have more than two TCP connections
to any one server name.  Though I suppose you can get around that by
creating a zillion A records in your private domain that all point to
the same IP address.

   RFC 2616 (HTTP/1.1) section 8.1.4

   Clients that use persistent connections SHOULD limit the number of
   simultaneous connections that they maintain to a given server. A
   single-user client SHOULD NOT maintain more than 2 connections with
   any server or proxy.

Dale