# SocketOptionSendBufferBytes

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

Send buffer socket option value.

```ds title="SocketOptionSendBufferBytes"
export struct SocketOptionSendBufferBytes {
    kind: "sendBufferBytes";
    value: uint32;
}
```

[language/library/src/net/binding/options.ds:101:106](https://github.com/destack-sh/destack/blob/main/language/library/src/net/binding/options.ds#L101-L106)

## Members

### `kind: "sendBufferBytes"`

Option discriminator.

### `value: uint32`

Buffer size in bytes.
