From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 22 23:06:22 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9BF16A4B3 for ; Mon, 22 Sep 2003 23:06:22 -0700 (PDT) Received: from mail012.syd.optusnet.com.au (mail012.syd.optusnet.com.au [211.29.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C6D43FE0 for ; Mon, 22 Sep 2003 23:06:20 -0700 (PDT) (envelope-from callumgibson@optusnet.com.au) Received: from omma.nsw.optusnet.com.au (c211-28-36-208.rivrw1.nsw.optusnet.com.au [211.28.36.208]) h8N66IE15528 for ; Tue, 23 Sep 2003 16:06:18 +1000 Received: (qmail 42599 invoked by uid 107); 23 Sep 2003 06:06:18 -0000 Date: Tue, 23 Sep 2003 16:06:18 +1000 From: Callum Gibson To: freebsd-hackers@freebsd.org Message-ID: <20030923060618.GA42533@omma.nsw.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: MSG_OOB for unix/local domain sockets X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 06:06:23 -0000 Hi all, I have an application which uses MSG_OOB and it works fine on Solaris and FreeBSD with PF_INET type sockets. I noticed (through observation, not documentation) that out of band doesn't seem to be supported by FreeBSD's PF_LOCAL (PF_UNIX), although it is on Solaris (from 2.6 at least). Has anyone else noticed this? Is it on anyone's list of things to fix (I can't find a PR in for it)? -- Callum @ home