Re: [hybi] [whatwg] WebSockets: UDP

Mark Frohnmayer <mark.frohnmayer@gmail.com> Wed, 02 June 2010 00:12 UTC

Return-Path: <mark.frohnmayer@gmail.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 9193B3A6920 for <hybi@core3.amsl.com>; Tue, 1 Jun 2010 17:12:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.319
X-Spam-Level:
X-Spam-Status: No, score=-1.319 tagged_above=-999 required=5 tests=[AWL=1.280, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rcDjUpBg-rWw for <hybi@core3.amsl.com>; Tue, 1 Jun 2010 17:12:50 -0700 (PDT)
Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by core3.amsl.com (Postfix) with ESMTP id 387663A68DF for <hybi@ietf.org>; Tue, 1 Jun 2010 17:12:50 -0700 (PDT)
Received: by gwj19 with SMTP id 19so4274251gwj.31 for <hybi@ietf.org>; Tue, 01 Jun 2010 17:12:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=ttmg6TpDP1MjPZH/LMITWx2x5OQjAd36W0CoOLSSOyI=; b=mj32rcKHezmavMweJyn6tMU8VZIXNpDQ4pZ/LqvqBKdRrGBJJqqBYlGO+rCwLyrGPy Hfc1+qruevdS2TSkwk+ERGg/ODiYOs9MyObfyfxA3WXnpsI+eCQEJNA+PqBv1zhSIeJG 424xRlZgpEqfIld3johf1f8d3Bi5Ue//+Qt1M=
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=n0NTMMY8w8GQKAV4GwSAbE+cTOtaAVJfJ4KPQ4diPI5UUvk9rQBFBEHOvhcVQ43ebW 07QyfgQWtqriSemb/TBE4JreGfGFQlGaGSTgUkQUpoodLP2RpseQ9b9mi014vNvQTnFg ChCJoLrPe6181g2a7t09wQVZCC9SKYQIi44dI=
Received: by 10.100.50.17 with SMTP id x17mr7765153anx.11.1275437555219; Tue, 01 Jun 2010 17:12:35 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.100.123.18 with HTTP; Tue, 1 Jun 2010 17:12:15 -0700 (PDT)
In-Reply-To: <218FD9A5-77A9-499C-8170-38621354C988@surrey.ac.uk>
References: <op.vdl9bszhr4mipi@emoller-pc.gothenburg.osa> <AANLkTin8TYLeOdZmKbs6IqklsS5P24Qd4kqtTV_UXp-l@mail.gmail.com> <op.vdmg3ov6r4mipi@emoller-pc.gothenburg.osa> <AANLkTim2j9xbgW4fnKYy69uZ9KwBaDvs1ypu92pG1Hxo@mail.gmail.com> <op.vdm0lrqmr4mipi@emoller-pc.gothenburg.osa> <AANLkTilAy-494wt5UebjRsdDkhTVS3LXp-toxRsuBs2Q@mail.gmail.com> <218FD9A5-77A9-499C-8170-38621354C988@surrey.ac.uk>
From: Mark Frohnmayer <mark.frohnmayer@gmail.com>
Date: Tue, 01 Jun 2010 17:12:15 -0700
Message-ID: <AANLkTilNGZN64H7GerLtDcnHURAry6Ja0IF4MAT8D7IY@mail.gmail.com>
To: L.Wood@surrey.ac.uk
Content-Type: text/plain; charset="ISO-8859-1"
Cc: hybi@ietf.org, excors+whatwg@gmail.com, whatwg@whatwg.org
Subject: Re: [hybi] [whatwg] WebSockets: UDP
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Jun 2010 00:12:51 -0000

On Tue, Jun 1, 2010 at 4:35 PM,  <L.Wood@surrey.ac.uk> wrote:
> On 2 Jun 2010, at 00:07, Mark Frohnmayer wrote:
>> A single UDP socket can host multiple connections (indexed by packet
>> source address), so even a modest limit on actual number of sockets
>> wouldn't be a big impediment.
>
> Um, NAT?

You would want to index by the NAT'd address.  In the case of peer
introduction and connection a third party is needed to provide the
external send-to address.

Is that what you were asking?

Regards,
Mark