UDPWorkerOptions type

The options actually handed to the UDP worker thread: everything except the logger, which is not structured-cloneable, and the signal-handling flag, which the main thread owns.

Signature:

export type UDPWorkerOptions = Omit<UDPClusterManagerOptions, 'logger' | 'handleSignals'>;

References: UDPClusterManagerOptions

Remarks

These are precisely the settings the worker's behaviour depends on, which is why the same fields form the shared-worker identity — managers agreeing on all of them can share one worker thread.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.