Skip to content

test: fix test-dgram-exclusive-implicit-bind

Sometimes, in Linux, the test times out because some UDP messages sent fail with EPERM, probably because of the high transmission rate. If that's the case, send them again.

This is the same fix as in https://github.com/nodejs/node/pull/4028.

Merge request reports

Loading