ObjFW  Check-in [541b33d978]

Overview
Comment:OFTCPSocket: Set ai_flags.

For connect(), this sets ai_flags to:
AI_NUMERICSERV | AI_ADDRCONFIG

For bind(), this sets ai_flags to:
AI_NUMERICSERV | AI_ADDRCONFIG | AI_PASSIVE

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 541b33d9781aa9d5d4e8205de4c2ddec9e69d63ddfc5643a8f65862628bc3483
User & Date: js on 2013-01-09 22:10:44
Other Links: manifest | tags
Context
2013-01-09
22:13
OFTCPSocket: Use getnameinfo with NI_NUMERICSERV. check-in: 9a9a02555d user: js tags: trunk
22:10
OFTCPSocket: Set ai_flags. check-in: 541b33d978 user: js tags: trunk
2013-01-08
12:33
OFString: Add methods for UTF-32. check-in: 7cddd5f891 user: js tags: trunk
Changes