Does JUCE fully support IPv6?

I’m trying to send some UDP packets, but they don’t seem to be getting though. The name resolution seems to work, but the socket used for sending is created with AF_INET and not AF_INET6. Or does that not matter and it will use either?