From owner-svn-src-all@FreeBSD.ORG Sat Jan 10 23:35:12 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0D92106564A; Sat, 10 Jan 2009 23:35:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id 50B868FC16; Sat, 10 Jan 2009 23:35:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so5870981qwb.7 for ; Sat, 10 Jan 2009 15:35:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=WF8TFPwZEnW+k9ggWM3TCO8IZUsVYGVwv/Ukdugkqs4=; b=bdg1zrEfPck6ReovNsr6yTl6r+I4wXnfnE2VBPFYeWV3us+ikuj3RXlBFQzyJh+jPL WDZjQXNr83IrlnrsTwQ+bPAzFD6NhysATY9buzlJeg7FomWGU2k+54p4lbgE3ZbJSnLS nqqoyTD2e3KmNun0wTbc4SgSPj4OtJULPOpDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=T328oSKWGLtWUW7WZdKpXCXxSBv7hMZCBySUvdU5AiYgarIywwut0hgjEtZDq+JJj2 BuJQkn7YugSCkwfBwWp1YQzfTiTGz4VeQhmXL/z7jzoGx6XQ7SGj+PQFVLfVgti16NfM Wh3KvlpUTX11KF6LWqAeTrN1v13qeXsBzaon8= Received: by 10.214.11.11 with SMTP id 11mr24086563qak.308.1231630511767; Sat, 10 Jan 2009 15:35:11 -0800 (PST) Received: by 10.214.81.13 with HTTP; Sat, 10 Jan 2009 15:35:11 -0800 (PST) Message-ID: Date: Sat, 10 Jan 2009 18:35:11 -0500 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: "Robert Watson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200901091602.n09G2Jj1061164@svn.freebsd.org> <4967A500.30205@fsn.hu> <4967B6D9.90001@elischer.org> <4967C539.2060803@fsn.hu> <49686A30.4000205@fsn.hu> X-Google-Sender-Auth: 148f1030c9c29b9d Cc: svn-src-head@freebsd.org, Attila Nagy , svn-src-all@freebsd.org, src-committers@freebsd.org, Julian Elischer Subject: Re: svn commit: r186955 - in head/sys: conf netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 23:35:13 -0000 2009/1/10 Robert Watson : > If the API turns out to be effectly semantically the same, or better, then I > think the suggestion is to entirely replace, rather than supplement, the > socket option you just added with it. There's no point in having > pointlessly divergent APIs where it can be avoided. I'll look into it. Adrian