UDPClusterManagerOptions.limitedAddress property
Limited-broadcast address marker. No default: when unset, the worker tries to bind the local interface matching UDPClusterManagerOptions.address.
Signature:
limitedAddress?: string;
Remarks
This is only ever compared against address; it is never itself used as a bind or destination address. Setting it to the same value as address makes the worker bind all interfaces (0.0.0.0) instead of selecting one.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.