# UDPClusterManagerOptions.limitedAddress property · @imqueue/core

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

Limited-broadcast address marker. No default: when unset, the worker tries to bind the local interface matching [UDPClusterManagerOptions.address](https://imqueue.org/api/core/latest/core.udpclustermanageroptions.address/).

**Signature:**

```typescript
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.

