From: Adam Dickmeiss Date: Wed, 15 May 2013 12:11:21 +0000 (+0200) Subject: COMSTACK: @ uses AF_UNSPEC X-Git-Tag: v4.2.57~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d7971954990c423d60a52030f5dfa78d32003486;hp=d7971954990c423d60a52030f5dfa78d32003486 COMSTACK: @ uses AF_UNSPEC But we prefer AF_INET6 over others when picking a socket. Problem is that some systems has IPV6 support, but we can't create sockets for them, so we pick AF_UNSPEC first. ---