Subject: Re: Hashing IP reassembly queues, phase 2 of 2: fragmeDoS
To: Jason Thorpe <thorpej@wasabisystems.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-net
Date: 12/13/2003 15:25:47
[... if __predict_false(ip_nmbclusters != nmbclusters) ...]

Hmm. OK, thanks for that idea. I will add a macro to do the test
inline, and add a function (ip_nmbcluster_recalc()?)  to recompute
all P-related parameters which are calculated from nmbclusters.

(I have be adding more parameters, fairly soon, and I'd want to use
the test in 2 or 3 places already.)


thanks again!