[nbs] setsockopt() is bad.

Javier Ubillos <jav@sics.se> Mon, 08 November 2010 09:29 UTC

Return-Path: <jav@sics.se>
X-Original-To: nbs@core3.amsl.com
Delivered-To: nbs@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 121F728C0F6 for <nbs@core3.amsl.com>; Mon, 8 Nov 2010 01:29:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.41
X-Spam-Level:
X-Spam-Status: No, score=0.41 tagged_above=-999 required=5 tests=[AWL=-1.329, BAYES_00=-2.599, FRT_STOCK2=3.988, HELO_EQ_SE=0.35]
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 MUIOSrdzhXUw for <nbs@core3.amsl.com>; Mon, 8 Nov 2010 01:29:25 -0800 (PST)
Received: from letter.sics.se (letter.sics.se [193.10.64.6]) by core3.amsl.com (Postfix) with ESMTP id 318CF28C0E8 for <nbs@ietf.org>; Mon, 8 Nov 2010 01:29:25 -0800 (PST)
Received: from [130.129.118.28] (dhcp-761c.meeting.ietf.org [130.129.118.28]) (Authenticated sender: jav@sics.se) by letter.sics.se (Postfix) with ESMTPSA id 7184C402CF; Mon, 8 Nov 2010 10:29:43 +0100 (CET)
From: Javier Ubillos <jav@sics.se>
To: Name-based Sockets List nbs <nbs@ietf.org>, Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-GyTAxi52EGtBEwLVh5rJ"
Date: Mon, 08 Nov 2010 16:13:48 +0800
Message-ID: <1289204028.1442.34.camel@asus1001px>
Mime-Version: 1.0
X-Mailer: Evolution 2.28.3
Subject: [nbs] setsockopt() is bad.
X-BeenThere: nbs@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Name based sockets discussion list <nbs.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/nbs>, <mailto:nbs-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/nbs>
List-Post: <mailto:nbs@ietf.org>
List-Help: <mailto:nbs-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nbs>, <mailto:nbs-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Nov 2010 09:29:26 -0000

Dave.

You spoke during todays bof (and just now at the MPTCP group) about your
previous experience where setsockopt()s where not a great way to go.

What did you end up doing (other than moving the setsockopt()s to the
appendix).

What was the right way to do it then?

// Javier