# LibTmux.ServerConnectionOptions.ControlModeEventBufferCapacity

- **Module:** LibTmux.ServerConnectionOptions
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Connection/TmuxConnectionOptions.cs#L211
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-serverconnectionoptions-controlmodeeventbuffercapacity/

Gets how many control-mode events are buffered before the oldest are dropped.

Defaults to 512. A consumer slower than its panes loses the oldest
events and is told so by <see cref="TmuxEventsDroppedEvent" />; raising
this buys time rather than memory without bound.
