Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | LibC: Implement gethostbyname() by talking to the DNSLookupServer. | Andreas Kling | |
We now talk to the lookup server over a local socket and it does the lookup on our behalf. Including some retry logic, which is nice, because it seems like DNS requests disappear in the ether pretty damn often where I am. |