From owner-p4-projects@FreeBSD.ORG Thu Jul 23 21:16:51 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A0E471065676; Thu, 23 Jul 2009 21:16:51 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60CFA1065674 for ; Thu, 23 Jul 2009 21:16:51 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECC58FC08 for ; Thu, 23 Jul 2009 21:16:51 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6NLGphd089798 for ; Thu, 23 Jul 2009 21:16:51 GMT (envelope-from andre@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6NLGp1n089796 for perforce@freebsd.org; Thu, 23 Jul 2009 21:16:51 GMT (envelope-from andre@freebsd.org) Date: Thu, 23 Jul 2009 21:16:51 GMT Message-Id: <200907232116.n6NLGp1n089796@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andre@freebsd.org using -f From: Andre Oppermann To: Perforce Change Reviews Cc: Subject: PERFORCE change 166478 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 21:16:52 -0000 http://perforce.freebsd.org/chv.cgi?CH=166478 Change 166478 by andre@andre_t61 on 2009/07/23 21:16:05 Update TODO list. Affected files ... .. //depot/projects/tcp_reass/netinet/tcp_reass.c#44 edit Differences ... ==== //depot/projects/tcp_reass/netinet/tcp_reass.c#44 (text+ko) ==== @@ -62,13 +62,10 @@ * optional parts marked as "SHOULD". * * TODO: - * A further improvement is to merge the content of mbufs together if the - * preceeding one has enough space to hold the data of the new one. When - * trimming the head of an mbuf chain m_adj() empties the mbufs but leaves - * them in place. Only when trimming from the tail it actually frees them. - * Normally we don't get mbuf chains so this isn't too much of a concern - * right now. Use m_collapse() to compact the mbuf chains within the - * blocks. + * - Improve comments and RFC references. + * - Resizing of tcp_reass_globalmaxblocks through sysctl. + * - TCP statistics. + * - Style improvements. */ #include "opt_inet.h"