Access the individual words of an IPv6 address correctly in IPAddressTest on Windows
authorChristopher Dykes <cdykes@fb.com>
Mon, 31 Oct 2016 19:00:28 +0000 (12:00 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Mon, 31 Oct 2016 19:08:34 +0000 (12:08 -0700)
commitec1cb4c056410025f7fff1ebd999b6378080d264
treea0030efb477f510772705a336d0ddb2401145393
parent210b566437cfaf9b5ddeaebe8efddcf456285638
Access the individual words of an IPv6 address correctly in IPAddressTest on Windows

Summary: Winsock defines the internals of `in6_addr` in its own way, so we have to account for that.

Reviewed By: jsedgwick

Differential Revision: D4099453

fbshipit-source-id: c0ebb4e2017f61bed7d5d63058161ef3f16f9a65
folly/test/IPAddressTest.cpp