Files
hmmmm/flatbuffers/control/setup_buf.fbs
2026-03-30 16:20:14 +03:00

9 lines
357 B
Plaintext

namespace hmmmm.ctrl.setup_buf;
// Client → Server: configure the lost-message buffer for this seat.
// Server → Client: echoes back the confirmed (possibly clamped) settings.
table SetupBuf {
lost_buf_size: uint32; // max buffered messages per seat
client_lifetime_ticks: uint64; // virtual ticks to keep buffer after disconnect
}