On Jul 06, 2010 at 10:43, IƱaki Baz Castillo <ibc(a)aliax.net> wrote:
2010/7/6 Alex Balashov
<abalashov(a)evaristesys.com>om>:
It sets bits in a 32-bit integer (it may be
64-bit on 64-bit platforms, of
this I am not sure)
Hi, could it be clarified please? I also wonder how many integer AVP's
(i:N) can exist. Does it depend on the 32/64 bits architecture?
The flags are stored internally on 32 bits, but you should use names for
the flags so you shouldn't care (unless you use more then 32 :-)).
There is no limit on the number of AVPs, but the I:N format is
deprecated (use only names).
Andrei