Date: Mon, 25 May 2009 14:51:47 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192761 - head/sys/netinet Message-ID: <200905251451.n4PEplVr026987@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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). */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251451.n4PEplVr026987>