# types.ConnectionOptions

- **Module:** types
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L808
- **Page:** https://libtmux.org/en/ts/latest/reference/types-connectionoptions/

Options shared by connected servers and event observers.

## Members

- `bufferSize` (property): How many events to hold for a consumer that has fallen behind.
- `signal` (property): Abort the connection when this signal fires.
- `reconnect` (property): Reopen the connection when it drops unexpectedly.
- `target` (property): Session to attach to. Defaults to whichever tmux considers most recent.
