test: clarify dropMembership() call
authorRich Trott <rtrott@gmail.com>
Fri, 26 Jun 2015 01:54:25 +0000 (18:54 -0700)
committerRich Trott <rtrott@gmail.com>
Sun, 9 Aug 2015 20:23:37 +0000 (13:23 -0700)
commit226b8e0cf8374a0074142145858fa0aa94bca3ce
treef0f07fd13ec49d260c591319a9f43ac947cc0706
parent2db57bdecc9a0c3cedbd3883d9ee3e8a20232608
test: clarify dropMembership() call

According to docs, dropMembership() is automatically called
by the kernel when the socket is closed, and most apps will
never need to call it. It's called here as a sanity check
only so let's note that with a comment.

Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/nodejs/io.js/pull/2062
test/internet/test-dgram-multicast-multi-process.js