Skip to content

test: assume priv ports start at 1024 if it can't be changed

An update to test/parallel/test-cluster-bind-privileged-port.js checks the lowest privileged port to ensure 42 is privileged This only works on kernels > 4.1. On older kernels, this is locked at 1024 so the check is not needed.

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

Merge request reports

Loading