Re: [Dime] RFC 3588 (Diameter Base Protocol) - Section 2.1.1. SCTP Guidelines
Naveen Kottapalli <naveen.sarma@gmail.com> Tue, 04 May 2010 10:28 UTC
Return-Path: <naveen.sarma@gmail.com>
X-Original-To: dime@core3.amsl.com
Delivered-To: dime@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B2E2C3A6914 for <dime@core3.amsl.com>; Tue, 4 May 2010 03:28:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.109
X-Spam-Level:
X-Spam-Status: No, score=-1.109 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, HTML_MESSAGE=0.001]
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 bgrbHIpmal8l for <dime@core3.amsl.com>; Tue, 4 May 2010 03:27:59 -0700 (PDT)
Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by core3.amsl.com (Postfix) with ESMTP id 55F523A67A6 for <dime@ietf.org>; Tue, 4 May 2010 03:27:59 -0700 (PDT)
Received: by fxm4 with SMTP id 4so3350048fxm.31 for <dime@ietf.org>; Tue, 04 May 2010 03:27:42 -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=DsM5QShlorVOoouImBgQ+mC+b4VmuGFp0b0Gb7iVQEo=; b=vsAcZ2HOIxwIaOhBRnCu7qsxCO0LLrTXOXZbhkNbii4ZNTjCvLQPGqJjY8KATsa1+d RvswjRZxlfygyqYXWHmw5oAORK3T3HrXKP38an2RaB9919lB3Izo729C8jdP32GvUSZe 4Uzdsgz5PlIdhWplbPyj8mA6AQkza59JYLi70=
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=ma/RsUHlWr3VVyX1dmBMACBv8mHvxI6K88JVM2Eyf3U735tMQMwyK6hmoNyVgwp/0i gMNmGy8Jcbzb08lCI3ippSlGfA32QegIZaKs+H9Yn9Hv0eAaL0jsuShi75Ihqe6J9xul SlpJGB+NHm3IJOJthZpMe0HxaDWmRX7lF9Q+o=
Received: by 10.239.161.84 with SMTP id g20mr1551315hbd.200.1272968862294; Tue, 04 May 2010 03:27:42 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.239.165.194 with HTTP; Tue, 4 May 2010 03:27:22 -0700 (PDT)
In-Reply-To: <4BDFB5CC.5080908@restena.lu>
References: <s2v618e24241004260054z7f767689nfba37fbf82b1f030@mail.gmail.com> <v2x618e24241005030326x810b6d7fr977d506896c9802e@mail.gmail.com> <h2o919c9f451005031041h40693491y64995e345b93384f@mail.gmail.com> <4BDFB5CC.5080908@restena.lu>
From: Naveen Kottapalli <naveen.sarma@gmail.com>
Date: Tue, 04 May 2010 11:27:22 +0100
Message-ID: <p2pce72e8461005040327o5abded5tf3c2555f10169be8@mail.gmail.com>
To: Stefan Winter <stefan.winter@restena.lu>
Content-Type: multipart/alternative; boundary="001485f04032d8e4d40485c228f4"
Cc: dime@ietf.org
Subject: Re: [Dime] RFC 3588 (Diameter Base Protocol) - Section 2.1.1. SCTP Guidelines
X-BeenThere: dime@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Diameter Maintanence and Extentions Working Group <dime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dime>
List-Post: <mailto:dime@ietf.org>
List-Help: <mailto:dime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 04 May 2010 10:28:00 -0000
IMHO we can specify the same as a caution note in the RFC like some of the SIGTRAN protocols did. Yours, Naveen. On 4 May 2010 06:51, Stefan Winter <stefan.winter@restena.lu> wrote: > Hi, > > > For me I think message ordering and/or delivery is an implementation > > issue (and hence SCTP stream assignments/usage as well). There are > > many ways to go about this (ordered global rx queues, per-session > > queues ... etc) and all of the depends on how you architecture your > > implementation. This is a good reason not to have it in a protocol spec. > > > > I don't quite understand that. If you leave the decision of message > ordering to the implementation, you can easily run into one > implementation sending its transactions unordered or in different > streams, while the implementation on the other end expects them to come > in ordered and in the same stream. This will lead to poor/no > interoperability between the two implementations. I'd consider this > property to be part of the spec. At the very least, it should be spec'd > that the receiving end MUST be prepared to handle out-of-order or > cross-stream transactions. > > Greetings, > > Stefan Winter > > -- > Stefan WINTER > Ingenieur de Recherche > Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de > la Recherche > 6, rue Richard Coudenhove-Kalergi > L-1359 Luxembourg > > Tel: +352 424409 1 > Fax: +352 422473 > > > > _______________________________________________ > DiME mailing list > DiME@ietf.org > https://www.ietf.org/mailman/listinfo/dime > >
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Fajardo
- [Dime] RFC 3588 (Diameter Base Protocol) - Sectio… Victor Pascual Avila
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Pascual Avila
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Stefan Winter
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Naveen Kottapalli
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Pascual Avila
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Fajardo
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Fajardo
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Pascual Avila
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Sebastien Decugis
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Ralph Loader
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Sebastien Decugis
- Re: [Dime] RFC 3588 (Diameter Base Protocol) - Se… Victor Pascual Avila