Re: [MMUSIC] SCTP question: Where does it multiplex?
Harald Alvestrand <harald@alvestrand.no> Tue, 11 December 2012 15:58 UTC
Return-Path: <harald@alvestrand.no>
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 5517321F8540 for <mmusic@ietfa.amsl.com>; Tue, 11 Dec 2012 07:58:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.473
X-Spam-Level:
X-Spam-Status: No, score=-110.473 tagged_above=-999 required=5 tests=[AWL=0.126, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
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 wNR9SIQzY6Q6 for <mmusic@ietfa.amsl.com>; Tue, 11 Dec 2012 07:58:35 -0800 (PST)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id B840121F8526 for <mmusic@ietf.org>; Tue, 11 Dec 2012 07:58:35 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id AF46139E179 for <mmusic@ietf.org>; Tue, 11 Dec 2012 16:58:34 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at eikenes.alvestrand.no
Received: from eikenes.alvestrand.no ([127.0.0.1]) by localhost (eikenes.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s5siBwN8clRn for <mmusic@ietf.org>; Tue, 11 Dec 2012 16:58:33 +0100 (CET)
Received: from hta-dell.lul.corp.google.com (unknown [IPv6:2620:0:1043:1:be30:5bff:fede:bcdc]) by eikenes.alvestrand.no (Postfix) with ESMTPSA id 86D0839E0A7 for <mmusic@ietf.org>; Tue, 11 Dec 2012 16:58:27 +0100 (CET)
Message-ID: <50C75822.10804@alvestrand.no>
Date: Tue, 11 Dec 2012 16:58:26 +0100
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: mmusic@ietf.org
References: <5093A2C9.9040001@alvestrand.no> <50B9E3ED.6010604@ericsson.com> <50BA19F9.4040701@alvestrand.no> <50BD04D2.7090207@alum.mit.edu> <50C6F800.1080500@ericsson.com> <50C7548C.3090807@alum.mit.edu>
In-Reply-To: <50C7548C.3090807@alum.mit.edu>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [MMUSIC] SCTP question: Where does it multiplex?
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: Tue, 11 Dec 2012 15:58:36 -0000
On 12/11/2012 04:43 PM, Paul Kyzivat wrote: > More inline. > > On 12/11/12 4:08 AM, Salvatore Loreto wrote: >> Hi Paul, >> >> see in line! >> >> On 12/3/12 10:00 PM, Paul Kyzivat wrote: >>> Commenting on a different point >>> >>> On 12/1/12 9:53 AM, Harald Alvestrand wrote: >>> >>>> The interesting difference is that the multiplexing between DTLS/SCTP >>>> traffic and BUNDLE multiplexing is that DTLS/SCTP traffic is not >>>> carried >>>> in SSRCs, which means: >>>> >>>> - There can be only one DTLS/SCTP stream in a bundle (which may have >>>> multiple associations, as you state below); you can't have multiple >>>> lines with proto DTLS/SCTP in a bundle. >>> >>> I am not an SCTP expert. But IIUC, SCTP was designed to run directly >>> over IP. It has its own notion of port used to demux multiple SCTP >>> associations over the same IP address. >>> >>> I presume that that same mechanism is still there when SCTP is run >>> over DTLS over UDP. >>> >>> So, the traffic coming over DTLS must first be demuxed into RTP >>> traffic and SCTP traffic. >> based on the current stack the SCTP traffic is the only traffic that >> runs directly over the DTLS stack. > > Yes, that is what I thought. But Harald has been asking about > multiplexing this with RTP traffic. (Actually I think it would be > DTLS/SRTP traffic that it would be multiplexed with.) Yes, it's SRTP traffic that the DTLS/SCTP traffic will be multiplexed with (the DTLS part of DTLS/SRTP is just a key negotiation mechanism, unlike the DTLS part of DTLS/SCTP, which is an actual encapsulation).
- [MMUSIC] SCTP question: Where does it multiplex? Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Salvatore Loreto
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Christer Holmberg
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Markus.Isomaki
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Markus.Isomaki
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Christer Holmberg
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Salvatore Loreto
- Re: [MMUSIC] SCTP question: Where does it multipl… Markus.Isomaki
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Harald Alvestrand
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Paul Kyzivat
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] SCTP question: Where does it multipl… Randell Jesup
- Re: [MMUSIC] SCTP question: Where does it multipl… Matthew Kaufman
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] SCTP question: Where does it multipl… Dan Wing
- Re: [MMUSIC] RESTART: SCTP question: Where does i… Paul Kyzivat
- Re: [MMUSIC] RESTART: SCTP question: Where does i… Dan Wing
- Re: [MMUSIC] RESTART: SCTP question: Where does i… Paul Kyzivat
- Re: [MMUSIC] RESTART: SCTP question: Where does i… Dan Wing
- Re: [MMUSIC] RESTART: SCTP question: Where does i… Paul Kyzivat