UDPClusterManagerOptions.port property
UDP port the manager listens on for cluster announcements.
Signature:
port: number;
Default Value
63000
Remarks
The socket is opened with address and port reuse, so several processes on one host can listen simultaneously. The port is part of the shared-worker identity: managers using different ports each get their own socket and worker thread. There is no separate send port — this manager only listens.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.