summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-socket-buffer-size.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-11/+10
* errors: make sure all Node.js errors show their propertiesRuben Bridgewater2019-10-031-3/+20
* src: move process.binding('uv') to internalBindingJames M Snell2018-08-091-5/+10
* errors: improve SystemError messagesJoyee Cheung2018-04-051-17/+71
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-14/+14
* dgram: migrate bufferSize to use internal/errorsJames M Snell2017-11-021-2/+1
* src: use UV_EINVAL instead of EINVAL in udp_wrapDaniel Bevenius2017-09-221-0/+21
* dgram: support for setting socket buffer sizeDamien O'Reilly2017-09-131-0/+74