From owner-freebsd-current@FreeBSD.ORG Thu Nov 9 19:11:17 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D8C16A4E6 for ; Thu, 9 Nov 2006 19:11:17 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF0343D5A for ; Thu, 9 Nov 2006 19:09:34 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from dibbler.crodrigues.org (c-66-31-35-94.hsd1.ma.comcast.net[66.31.35.94]) by comcast.net (alnrmhc12) with ESMTP id <20061109190927b12007j0bke>; Thu, 9 Nov 2006 19:09:27 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) by dibbler.crodrigues.org (8.13.8/8.13.8) with ESMTP id kA9J9UBZ063885; Thu, 9 Nov 2006 14:09:34 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.13.8/8.13.8/Submit) id kA9J9U2S063884; Thu, 9 Nov 2006 14:09:30 -0500 (EST) (envelope-from rodrigc) Date: Thu, 9 Nov 2006 14:09:28 -0500 From: Craig Rodrigues To: Randall Stewart Message-ID: <20061109190928.GA63870@crodrigues.org> References: <454F4B61.2000708@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <454F4B61.2000708@cisco.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: Tools looking for a home :-) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 19:11:17 -0000 On Mon, Nov 06, 2006 at 09:49:05AM -0500, Randall Stewart wrote: > Dear All: > > I would like opinions... and or advice on where > to place things.. > > I have some SCTP test tools.. I know there is > a /usr/src/tools directory.... should I just > make an sctp/ directory under that.. and then > place some of the test-tools in there? Or have > folks got a place for IP transport test utilities? > > I also have a "libsctp.a" that will need to go > somewhere under /usr/src/lib .. I would imagine.. its Hi, Probably you should put your library under /usr/src/lib/libsctp (like in KAME), and your test tools under /usr/src/tools/tools/sctp. Until you get libsctp in the tree, the SCTP code is not too useful since quite a few third party userland SCTP programs depends on libsctp. -- Craig Rodrigues rodrigc@crodrigues.org