COMSTACK: @ uses AF_UNSPEC
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 May 2013 12:11:21 +0000 (14:11 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 May 2013 12:12:43 +0000 (14:12 +0200)
commitd7971954990c423d60a52030f5dfa78d32003486
tree35a22a328e66e478ef0bf1e930469c7384db0e93
parent8f7c9a27753894afb11d443b1c58419d81251bd1
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.
src/tcpip.c