# IPV6_INT_SIZE variable · @imqueue/net

Source: https://imqueue.org/api/net/latest/net.ipv6_int_size/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/net 3.0.2 — generated reference, not hand-written

Bytes in a binary IPv6 address: 16.

**Signature:**

```typescript
IPV6_INT_SIZE = 16
```

## Remarks

The IPv6 counterpart of [IPV4\_INT\_SIZE](https://imqueue.org/api/net/latest/net.ipv4_int_size/). Because a network record stores a start and an end address, an IPv6 record occupies 32 bytes against IPv4's 8 — which is why [NetworkList](https://imqueue.org/api/net/latest/net.networklist/) keeps the two families in separate buffers rather than one mixed list.

