svn commit: r192761 - head/sys/netinet

Robert Watson rwatson at FreeBSD.org
Mon May 25 14:51:48 UTC 2009


Author: rwatson
Date: Mon May 25 14:51:47 2009
New Revision: 192761
URL: http://svn.freebsd.org/changeset/base/192761

Log:
  Remove comment about moving tcp_reass() to its own file named tcp_reass.c,
  that happened a while ago.
  
  MFC after:	3 days

Modified:
  head/sys/netinet/tcp_reass.c

Modified: head/sys/netinet/tcp_reass.c
==============================================================================
--- head/sys/netinet/tcp_reass.c	Mon May 25 14:37:10 2009	(r192760)
+++ head/sys/netinet/tcp_reass.c	Mon May 25 14:51:47 2009	(r192761)
@@ -150,8 +150,7 @@ tcp_reass(struct tcpcb *tp, struct tcphd
 
 	/*
 	 * XXX: tcp_reass() is rather inefficient with its data structures
-	 * and should be rewritten (see NetBSD for optimizations).  While
-	 * doing that it should move to its own file tcp_reass.c.
+	 * and should be rewritten (see NetBSD for optimizations).
 	 */
 
 	/*


More information about the svn-src-head mailing list