On Wed, 2006-03-29 at 08:02 +0200, manu@... wrote: > Ranko Zivojnovic <ranko@...> wrote: > > > True - the mistake was in the typecast, but I still want to use 32 > bit > > values in the hash calculus in order to allow for the large hash > table. > > Linux and others do provide for s6_addr32, but Solaris 8 > unfortunately > > does not (for user space at least) - thus the cast. If you have > better > > or more portable solution, please do let me know. > > Make a configure check for s6_addr32, and define it if it does not > exist? Would that be really necessary? `s6_addr' used by the equation is defined by RFC and having redundant checks and #if's would IMHO only clutter the code. R.
Message
Re: [milter-greylist] hash table acceleration breaks lazyaw
2006-03-30 by Ranko Zivojnovic