On Jan 20, 5:41pm, Alfred Perlstein wrote:
} Subject: half-fix for stream.c
} you can find it at:
}
} http://www.freebsd.org/~alfred/tcp_fix.diff
Don't you want to defer the checksum even further (after the bogus
packets have been dropped)? It doesn't look like the change you
made will save any unnecessary work.
Also, it looks like you can save a few CPU cycles by only searching
for wildcard sockets if the SYN flag is set, so only set the 6th
argument to in_pcblookup_hash() if (thflags & TH_SYN) is true.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message