Subject: Re: revised TCP reassembly for FreeBSD
To: Matt Thomas <matt@3am-software.com>
From: None <ragge@ludd.luth.se>
List: tech-kern
Date: 12/15/2004 10:59:54
> At 04:48 PM 12/14/2004, grant beattie wrote:
> >         http://kerneltrap.org/node/4389
> >
> >perhaps this is of interest to us?
> 
> Not really.  Our TCP reassembly code is already O(1) to find the block.
> The only improvement would be to use an end pointer so that you wouldn't
> need to walk to mbuf chain to concatenate the mbufs.  (similar to what was
> does with sbappend).
> 
Hm, I think I added that to tcp_reass() some months ago.

-- Ragge