9 lines
357 B
Plaintext
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
|
|
}
|