# DEFAULT_UDP_CLUSTER_MANAGER_OPTIONS variable · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.default_udp_cluster_manager_options/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Default options applied to every [UDPClusterManager](https://imqueue.org/api/core/latest/core.udpclustermanager/) unless overridden: broadcast address `255.255.255.255` on port `63000`, a 5000 ms alive-timeout correction, liveness checking enabled, process signal handling enabled, and `console` as the logger.

**Signature:**

```typescript
DEFAULT_UDP_CLUSTER_MANAGER_OPTIONS: UDPClusterManagerOptions
```

## Remarks

No `limitedAddress` is set by default. The liveness default is read from `IMQ_UDP_CLUSTER_MANAGER_ALIVE_CHECK` once when the module is loaded, so that variable must be set before the module is first imported.

