node/test/internet
Will Young 8f2e52abd7
dgram: added setMulticastInterface()
Add wrapper for uv's uv_udp_set_multicast_interface which provides the
sender side mechanism to explicitly select an interface. The
equivalent receiver side mechanism is the optional 2nd argument of
addMembership().

PR-URL: https://github.com/nodejs/node/pull/7855
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-02-12 19:28:05 -05:00
..
test-dgram-broadcast-multi-process.js test: improve assert message in internet test 2017-11-28 13:10:35 +09:00
test-dgram-membership.js test: allow tests to pass without internet 2017-11-28 13:11:08 +09:00
test-dgram-multicast-multi-process.js dgram: added setMulticastInterface() 2018-02-12 19:28:05 -05:00
test-dgram-send-cb-quelches-error.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-dns-cares-domains.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-dns-ipv4.js benchmark,lib,test: adjust for linting 2017-03-08 17:11:24 -08:00
test-dns-ipv6.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-dns-setserver-in-callback-of-resolve4.js dns: fix crash using dns.setServers after resolve4 2017-07-11 17:43:49 +01:00
test-dns-txt-sigsegv.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-dns.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-dns-fail.js test: add common.mustNotCall() 2017-05-15 15:37:48 -04:00
test-http-https-default-ports.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-net-connect-timeout.js test: add common.mustNotCall() 2017-05-15 15:37:48 -04:00
test-net-connect-unref.js test: add common.mustNotCall() 2017-05-15 15:37:48 -04:00
test-tls-add-ca-cert.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-tls-connnect-melissadata.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-tls-reuse-host-from-socket.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
testcfg.py test: refactor to use common testcfg 2014-01-20 09:00:13 -08:00