# SOCKET_ACCEPT_CLOEXEC

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

Accept the socket as close-on-exec or non-inheritable.

```ds title="SOCKET_ACCEPT_CLOEXEC"
const SOCKET_ACCEPT_CLOEXEC: SocketAcceptFlags
```

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