PERFORCE change 166478 for review

Andre Oppermann andre at FreeBSD.org
Thu Jul 23 21:16:52 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166478

Change 166478 by andre at 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"


More information about the p4-projects mailing list