From owner-svn-src-all@FreeBSD.ORG Mon Jan 4 19:15:07 2010 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 1728D1065676; Mon, 4 Jan 2010 19:15:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 9476E8FC1F; Mon, 4 Jan 2010 19:15:06 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 82AB041C75D; Mon, 4 Jan 2010 20:15:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id ilYP3NMtVPzJ; Mon, 4 Jan 2010 20:15:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 35D6C41C75C; Mon, 4 Jan 2010 20:15:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id F05E04448EC; Mon, 4 Jan 2010 19:14:40 +0000 (UTC) Date: Mon, 4 Jan 2010 19:14:40 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Julian Elischer In-Reply-To: <4B423C4D.30002@elischer.org> Message-ID: <20100104191318.K88477@maildrop.int.zabbadoz.net> References: <201001041825.o04IPcXb043347@svn.freebsd.org> <20100104190024.GA47532@onelab2.iet.unipi.it> <4B423C4D.30002@elischer.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, Michael Tuexen , svn-src-all@freebsd.org, src-committers@freebsd.org, Luigi Rizzo Subject: Re: moving sctp to a separate directory ? (Re: svn commit: r201523 - head/sys/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: Mon, 04 Jan 2010 19:15:07 -0000 On Mon, 4 Jan 2010, Julian Elischer wrote: > Luigi Rizzo wrote: >> taking a random commit to this tree -- would you guys consider moving >> the sctp sources to its own directory, e.g. netinet/sctp/ or something >> that suits better ? >> >> It would help to browse through the directory: >> >> NAME FILES LINES >> >> netinet/ 156 153k >> sctp* 36 66k >> tcp* 24 16k >> ipfw/ 9 9k >> >> >> I understand that some of the headers should remain in netinet/ >> but surely the code is not bound to a specific place... >> > > we should move tcp too.. it's growing without bounds.. Right and all three of SCTP, UDP and TCP are ideally netinet/ independent and will as well work with netinet6 only one day so moving them to a subdir of netinet is not really future-oriented. /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.