Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 11 Jul 2018 06:12:31 -0400
From: Christopher Friedt <chrisfriedt@...il.com>
To: musl@...ts.openwall.com
Subject: Re: getaddrinfo(3) / AI_ADDRCONFIG

On Tue, Jul 10, 2018 at 9:26 PM Rich Felker <dalias@...c.org> wrote:
> Pulling in large amounts of additional code and O(n) runtime cost

Latest patch [1] addresses

1) not ignoring loopback
2) using routability of udp packets vs O(n) lookup on network interfaces

Any other concerns, Rich?

[1]
https://github.com/cfriedt/musl/pull/1
https://github.com/cfriedt/musl/pull/1.diff

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.