Add ipv6 support to deSocket
authorPyry Haulos <phaulos@google.com>
Wed, 21 Jan 2015 20:34:46 +0000 (12:34 -0800)
committerPyry Haulos <phaulos@google.com>
Thu, 22 Jan 2015 20:27:02 +0000 (12:27 -0800)
commitaf5b30df67c5ba6946a63cebd78ed211a479bf19
tree336e322d85a6c4832d67601a58fc1ccd5df995e9
parent3c67e4f0ec73f9c30c6b2ed2adfbfe7faaf576a4
Add ipv6 support to deSocket

This change adds IPv6 support to deSocket. The change was inspired by a
MSVC warning about use of a deprecated API, for which the right fix was
to use a version that gave IPv6 for almost free.

Change-Id: I53d852db167159f84a7d0cd0ce4ca67d217dcdd0
framework/delibs/deutil/deSocket.c