# error.Error.ControlModeFrameTooLarge

- **Module:** error.Error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error.rs#L600
- **Page:** https://libtmux.org/en/rs/latest/reference/error-error-controlmodeframetoolarge/

A control-mode frame grew past what the connection admits.

Control mode reads from a process that keeps running, so the framing is
the only thing bounding memory. The connection cannot be resynchronized
after this -- the parser is mid-frame and does not know where the next
one begins -- so it is finished, and a caller who wants to continue
attaches again.
