test: remove unneeded bind() and related comments
authorAayush Naik <aayushnaik17@gmail.com>
Mon, 1 Feb 2016 10:34:14 +0000 (16:04 +0530)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 19:57:53 +0000 (12:57 -0700)
commit6386f6222172267eef9426d4d73ea489e17158e7
tree04ba4ec71f98d32d248c6a7299b07748af000d5e
parentb81604484554439f021780475b75f57455970cfe
test: remove unneeded bind() and related comments

As mentioned in the comment of the changed file, "a libuv limitation
makes it necessary to bind()". But, that is not the case in this test.
The subsequent call to send() results in an implicit bind().

PR-URL: https://github.com/nodejs/node/pull/5023
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
test/internet/test-dgram-multicast-multi-process.js