Based on this discussion, it appears that the best way for future
proofing is to include a flag for getaddrinfo() in the hints
arguments that will result in sockaddr_hip_long structures instead
of sockaddr_hip. This way, applications get exactly what they want
and can store the HITs easily in their ACLs. I'd also remove the
extra space reserved space because it seems that it's not very
usable for future proofing as it is now.
Jeff, how do you feel about this or do you have a better suggestion?
I think you'd be better to define more than a flag... an
explicit size
(or enum) would be better. That way if some other odd size
becomes a
requirement later, it's not such an annoyance to fit in to the API