From owner-freebsd-net@FreeBSD.ORG Sun Aug 3 08:06:01 2008 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 9B9681065675 for ; Sun, 3 Aug 2008 08:06:01 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outQ.internet-mail-service.net (outq.internet-mail-service.net [216.240.47.240]) by mx1.freebsd.org (Postfix) with ESMTP id 8634F8FC15 for ; Sun, 3 Aug 2008 08:06:01 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id A5BDD2476; Sun, 3 Aug 2008 01:06:01 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id EEFAB2D60CD; Sun, 3 Aug 2008 01:06:00 -0700 (PDT) Message-ID: <489566F5.9040308@elischer.org> Date: Sun, 03 Aug 2008 01:06:13 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: FreeBSD Net , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Developers adding global variables. 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: Sun, 03 Aug 2008 08:06:01 -0000 If you are adding globals to the networking code, (or if you have added soem globals in the last few months, could you make sure that I am aware of them? marko Zec and I are trying to keep teh Vimage tree in perforce in sync with -current but there is noo automatic way that we would be noticfied of the sudden appearance of a new global variable in the networking code. Today I noticed tcp_do_ecn and tcp_ecn_maxretries but only because of their proximity to another change. thanks Julian