LibTmux.ServerConnectionOptions.ControlModeEventBufferCapacity
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- ServerConnectionOptions
- Package
- LibTmux
- Source
- src/LibTmux/Connection/TmuxConnectionOptions.cs
-
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
TmuxEventsDroppedEvent; raising this buys time rather than memory without bound.
0 declared, 0 inherited