Date: Thu, 23 Jul 2009 21:16:51 GMT From: Andre Oppermann <andre@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 166478 for review Message-ID: <200907232116.n6NLGp1n089796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907232116.n6NLGp1n089796>