Skip to content

cluster,dgram: pass UDP bind flags from cluster worker

Previously, reuseAddr: true was being ignored when set inside a cluster worker. This commit passes the bind flags to the master so that the socket is bound appropriately.

Fixes: https://github.com/nodejs/node/issues/2604

Merge request reports

Loading