summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-send-callback-recursive.js
AgeCommit message (Expand)Author
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
2018-11-19test: replace anonymous closure function with arrow functionKunda Sunil Kumar
2017-10-12test: improve assertion message in dgram testShakeel Mohamed
2016-12-06test: changed assert.Equal to asset.strictEqualPaul Chin
2016-06-10test: use random ports where possibleBrian White
2016-02-26test: refactor test-dgram-send-callback-recursiveSantiago Gimeno
2015-06-03test: loosen condition to detect infinite loopYosuke Furukawa
2015-05-13test: fix infinite loop detectionYosuke Furukawa
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa