Document Action: 'Sockets API Extensions for Stream Control Transmission Protocol (SCTP)' to Informational RFC (draft-ietf-tsvwg-sctpsocket-32.txt)

The IESG <iesg-secretary@ietf.org> Mon, 17 October 2011 22:17 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietfa.amsl.com
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6194E1F0C4E for <ietf-announce@ietfa.amsl.com>; Mon, 17 Oct 2011 15:17:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.556
X-Spam-Level:
X-Spam-Status: No, score=-102.556 tagged_above=-999 required=5 tests=[AWL=0.043, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ynv4w8Ohy1qK; Mon, 17 Oct 2011 15:17:32 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B1AE921F86C1; Mon, 17 Oct 2011 15:17:32 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Document Action: 'Sockets API Extensions for Stream Control Transmission Protocol (SCTP)' to Informational RFC (draft-ietf-tsvwg-sctpsocket-32.txt)
X-Test-IDTracker: no
X-IETF-IDTracker: 3.60
Message-ID: <20111017221732.10949.87673.idtracker@ietfa.amsl.com>
Date: Mon, 17 Oct 2011 15:17:32 -0700
Cc: RFC Editor <rfc-editor@rfc-editor.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-announce>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 17 Oct 2011 22:17:33 -0000

The IESG has approved the following document:
- 'Sockets API Extensions for Stream Control Transmission Protocol
(SCTP)'
  (draft-ietf-tsvwg-sctpsocket-32.txt) as an Informational RFC

This document is the product of the Transport Area Working Group.

The IESG contact persons are Wesley Eddy and David Harrington.

A URL of this Internet Draft is:
http://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctpsocket/




Technical Summary

 The sockets API has provided a standard mapping of the Internet
Protocol suite to many operating systems. Both TCP [RFC0793] and UDP
[RFC0768] have benefited from this standard representation and access
method across many diverse platforms. SCTP is a new protocol that
provides many of the characteristics of TCP but also incorporates
semantics more akin to UDP. This document defines a method to map
the existing sockets API for use with SCTP, providing both a base for
access to new features and compatibility so that most existing TCP
applications can be migrated to SCTP with few (if any) changes.
 

Working Group Summary
 
There is strong consensus in the TSVWG among the participants
involved in SCTP behind this document.  There were several reviews
during the WGLC, implemented many times, and there were no
significant dissenting views expressed.

 
Protocol Quality
 
This SCTP Socket API is implemented in many code bases, namely

FreeBSD/Linux/Solaris by the coauthors

Thomas Dreibholz <dreibh@iem.uni-due.de> in the
well-known SCTPLIB userland SCTP implementation, and in RSPLIB

Irene Rüngeler in the INET framework which is a
widely used part of the OMNeT++ simulation environment.

"Becke, Martin" <martin.becke@uni-due.de> the
described API as co-author of the measurement tool netperfmeter.

Robin Seggelmann <seggelmann@fh-muenster.de>
implemented SCTP support for OpenSSL and the API draft.

Michael Tüxen <Michael.Tuexen@lurchi.franken.de>
(a coauthor) the ID was also used for the SCTP
kernel implementations in HP-UX and AIX. The
FreeBSD implementation has been ported to Windows and Mac OS X.

Jon Leighton <leighton@cis.udel.edu>
implementations including creating SCTP enabled
versions of NSPR, Firefox and Chrome, on multiple platforms.


RFC Editor Note

In the code samples in Appendix A and B, please add <CODE BEGINS> and <CODE ENDS> at the beginning and end of each of the example code files.