# SOCKET_MESSAGE_WAIT_ALL

`import { SOCKET_MESSAGE_WAIT_ALL } from "destack:net/binding";`

Wait until the receive buffer is full where supported.

```ds title="SOCKET_MESSAGE_WAIT_ALL"
const SOCKET_MESSAGE_WAIT_ALL: SocketMessageFlags
```

[language/library/src/net/binding/socket.ds:68](https://github.com/destack-sh/destack/blob/main/language/library/src/net/binding/socket.ds#L68)
