Hi,
>>>>> On Tue, 3 Aug 2004 09:32:53 +0000
>>>>> Emmanuel Dreyfus <manu@...> said:
manu> You need the memory to hold the whole greylist database. I had a good
manu> idea of the memory used before the IPv6 patch. Now, the p_addr field
manu> in struct pending is holding some space I have trouble to evaluate.
Before IPv6 support, p_addr is a string form of an IPv4 address which
size is 17 bytes. Now, p_addr is a pointer which points to a string
form of an IPv4 address (16 bytes) or an IPv6 address (up to 46 bytes).
An IPv6 address is larger than an IPv4 address. So, a space to
hold an IP address was changed to a pointer which points to an IP
address to intend to minimize space disadvantage for each entry.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@... ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/Message
Re: [milter-greylist] milter-greylist scalibility/performances : 10.000 to 20.000 email addresses
2004-08-03 by Hajimu UMEMOTO