summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-close-during-bind.js
Commit message (Collapse)AuthorAgeFilesLines
* dgram: hide underscored Socket propertiescjihrig2018-07-281-3/+6
| | | | | | | | | | dgram sockets have a fair number of exposed private properties. This commit hides them all behind a single symbol property. PR-URL: https://github.com/nodejs/node/pull/21923 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* test: cover dgram socket close during bind casecjihrig2017-02-161-0/+16
This commit tests the scenario where a dgram socket closes during a call to Socket#bind(). PR-URL: https://github.com/nodejs/node/pull/11383 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>