> Another (sort of) related question: I've got the bandwidth
> measurements for different algorthms using netperf. I was
> really surprised that IPComp did so bad. Any ideas?
thanks for measurements, it's good to see.
i guess couple of reasons here.
- because we compress short packets with IPComp, we cannot make a good
use of compression history/dictionary. we always initialize
everything on every packet, and it can consume cpu time.
- zlib buffer management - it has ring buffer management on both
in/output ends, because we will see data stream with different sizes.
- zlib memory management - heavy use of malloc?
itojun
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message