From owner-freebsd-net@FreeBSD.ORG Mon Nov 7 13:31:17 2011 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E83D6106564A; Mon, 7 Nov 2011 13:31:17 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 6B90D8FC13; Mon, 7 Nov 2011 13:31:17 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id pA7DVG1T013156; Mon, 7 Nov 2011 17:31:16 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id pA7DVGJ6013155; Mon, 7 Nov 2011 17:31:16 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Nov 2011 17:31:16 +0400 From: Gleb Smirnoff To: Julian Elischer Message-ID: <20111107133116.GI71907@FreeBSD.org> References: <4EAF842D.3080909@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4EAF842D.3080909@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-net@FreeBSD.org, Arnaud Lacombe Subject: Re: Undocumented netgraph `cmd' flags ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 13:31:18 -0000 On Mon, Oct 31, 2011 at 10:31:25PM -0700, Julian Elischer wrote: J> NGM_HASREPLY is not used that I can see in the kernel. It may be a J> historical artifact or J> maybe only used in the library as a hint. I introduced NGM_HASREPLY. Yes, it is used in library, to make repliable messages synchronous, as they were in RELENG_4. Applications like mpd rely on that fact. -- Totus tuus, Glebius.