On 6/26/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote:
... while looking at the HostAddressType class (in kerberos-shared project), I found values for address types which are not the same than the ones given in RFC 1510 or 4120. Is there a reason, or is it just a copy from the<sys/socket.h> values ?
Yes, socket.h.
For instance, we don't support NetBios and IPV6 address types while it is described into the RFCs (code 16 and 20), and there are some address types which are listed in the source and not in the RFCs.
And some of the numbers are just wrong, most importantly the one for IPv6. I recommend trimming/updating it to just the values from RFC 4120. Enrique
