summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-send-default-host.js
AgeCommit message (Expand)Author
2017-03-27dgram: support Uint8Array input to send()Anna Henningsen
2016-06-10test: use random ports where possibleBrian White
2016-05-10test: allow out-of-order replies in dgram testsAnna Henningsen
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-05dgram: default send address to 127.0.0.1 or ::1Matteo Collina
2016-02-28dgram: handle default address case when offset and length are specifiedMatteo Collina