OSDN Git Service

Update getaddrinfo to RFC6724
authorLorenzo Colitti <lorenzo@google.com>
Sat, 30 Mar 2013 03:24:19 +0000 (12:24 +0900)
committerElliott Hughes <enh@google.com>
Tue, 2 Apr 2013 01:04:25 +0000 (18:04 -0700)
commit378b0e1ea298ab4b8653e4b95e24d0cc0029414c
tree1523ad44a756260f582fd9e6d1e83f39457e525b
parent6bb17dfad36edda68da46c2bf68c4297a160ab8a
Update getaddrinfo to RFC6724

Currently, our getaddrinfo implementation does not conform to
any IETF standard. It follows draft-ietf-6man-rfc3484-revise-01,
but that draft has expired. Update the policy table to RFC6724.

(cherry-pick of e919b116d35aa7deb24ddece69c491e24c3b0d6f.)

Bug: 8276725
Change-Id: I2d17122defd966ac6c2c13d04887fb110f2598a0
libc/netbsd/net/getaddrinfo.c