Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server_socket: remove AI_ADDRCONFIG | Mantas Mikulenas | 2010-11-04 | 1 | -3/+0 |
| | | | | | | | When you pass the flag AI_ADDRCONFIG to getaddrinfo(), it does not consider address families on the loopback device. When run on a machine without an external network card, just with "lo", it was unable to look up any address. | ||||
* | listen: move generic code to server_socket.c | Max Kellermann | 2010-10-05 | 1 | -0/+447 |