Skip to:
EAFNOSUPPORT (errno 47): Address family not supported by protocol family.
A fix would be to pass the sendto() call a bsd_sockaddr_in object rather than a sockaddr_in object.
Ron's fixes for the FreeBSD tests were merged into my ICMP branch that recently merged to develop.
We updated JNA recently, this could probably be revisited.
Deferring to backlog since this relies on an update to JNA.
Updating JNA is probably a prerequisite to fix this problem.
EAFNOSUPPORT (errno 47): Address family not supported by protocol family.
A fix would be to pass the sendto() call a bsd_sockaddr_in object rather than a sockaddr_in object.