ObjFW  Check-in [92c870f23d]

Overview
Comment:It seems glibc 2.12.1-r1 breaks getaddrinfo() and returns v6 only.

Use 127.0.0.1 instead of localhost to work around this bug (and to work
around incomplete or broken /etc/hosts files).

Debug output showed that the linked-list returned by getaddrinfo() only
returned the v6 entry, not v6 and v4, like it should.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 92c870f23df4e9ab6a41b563420f298534f0b0c55a435ea08e9bca483fc2f1db
User & Date: js on 2010-09-15 15:19:05
Other Links: manifest | tags
Context
2010-09-15
15:31
The metaclass of the metaclass is set by the runtime. check-in: 2fec3bda8c user: js tags: trunk
15:19
It seems glibc 2.12.1-r1 breaks getaddrinfo() and returns v6 only. check-in: 92c870f23d user: js tags: trunk
15:01
Rename __objc_gnu_init. check-in: eac76c7a30 user: js tags: trunk
Changes