Subject: Re: revised TCP reassembly for FreeBSD
To: grant beattie <grant@NetBSD.org>
From: Matt Thomas <matt@3am-software.com>
List: tech-kern
Date: 12/14/2004 17:33:28
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).


-- 
Matt Thomas                     email: matt@3am-software.com
3am Software Foundry              www: http://3am-software.com/bio/matt/
Cupertino, CA              disclaimer: I avow all knowledge of this message.