Re: [rtcweb] Question about support for RFC 6520 DTLS heartbeat

Martin Thomson <martin.thomson@gmail.com> Wed, 14 January 2015 01:28 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C09B41ACE40 for <rtcweb@ietfa.amsl.com>; Tue, 13 Jan 2015 17:28:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CbxjitrLANQ9 for <rtcweb@ietfa.amsl.com>; Tue, 13 Jan 2015 17:28:18 -0800 (PST)
Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 094F01ACE27 for <rtcweb@ietf.org>; Tue, 13 Jan 2015 17:28:18 -0800 (PST)
Received: by mail-ob0-f180.google.com with SMTP id wp18so1394427obc.11 for <rtcweb@ietf.org>; Tue, 13 Jan 2015 17:28:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6gwesK+rB/HiwX2nuYRwamk80wvs2OxxFgzCOU/TlHw=; b=XlEHzuw+oZNxTxOaovNSeGZjh1L11zbf5r0UsM3cCwJlsuKEtFK1U0XdprYs7A79Cj qpCIxROdBtvGjdxqwC3TYk1uV0fxKXuRwxYsgGPrDZ6TRGKkG2wODNbfopLkfQ1UMALo 6++b/0IBi4Jh3+Sm20FZGZVDojr68Js1jfLGOVsx2mWhXOFtTa0SzRE9FCUXZS+ANGzv zn2rvEztUcJPX4G3b2zlTYxb03VmRrcExl8UGMAAi5oHCxh5VnTKaBfJpm3pqoqmPv8Y Q7S5rip83jZorZqfjMDMF8dGG04TT+EIg00W+qCOTy0cAdJLeeC9GpKWkrR4rTLwgtbr FcdQ==
MIME-Version: 1.0
X-Received: by 10.182.125.72 with SMTP id mo8mr836598obb.61.1421198897294; Tue, 13 Jan 2015 17:28:17 -0800 (PST)
Received: by 10.202.226.136 with HTTP; Tue, 13 Jan 2015 17:28:17 -0800 (PST)
In-Reply-To: <CAOW+2dsaAOmOS=VZe8VTRoSSjN0TAQzY2kXaOqHUCAf9jaA5Mw@mail.gmail.com>
References: <CAOW+2dsaAOmOS=VZe8VTRoSSjN0TAQzY2kXaOqHUCAf9jaA5Mw@mail.gmail.com>
Date: Tue, 13 Jan 2015 17:28:17 -0800
Message-ID: <CABkgnnWjyRRiVFBV26+taYVUEGhzmtkz4f9VSp+ijTQLpULUnQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Bernard Aboba <bernard.aboba@gmail.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/rtcweb/Wp4d1qIzz8cfl8_MqRCpT0kIte0>
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Question about support for RFC 6520 DTLS heartbeat
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb/>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Jan 2015 01:28:19 -0000

On 13 January 2015 at 16:57, Bernard Aboba <bernard.aboba@gmail.com> wrote:
> Is it correct to conclude that existing implementations do not use the DTLS
> heartbeat other than for PMTU discovery?

I don't think we use it because I don't think that it is implemented
in NSS.  We don't need it now that we use ICE for the keep-alive
stuff.  I'll let others talk about PMTU discovery.