mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 19:34:33 +00:00
The getnameinfo implementation requires an address -> name lookup on the hosts file (ie struct HostsTxt) and the previous implementation used flags to check whether HostsTxt was sorted according to address or name, and then re-sorted it if necessary. Now getnameinfo lookup does not require sorting, it does a simple linear lookup, and so the related code was simplified See #172 for discussion. |
||
|---|---|---|
| .. | ||
| comparednsnames_test.c | ||
| dnsheader_test.c | ||
| dnsquestion_test.c | ||
| parsehoststxt_test.c | ||
| parseresolvconf_test.c | ||
| pascalifydnsname_test.c | ||
| resolvehoststxt_test.c | ||
| test.mk | ||