maxPayloadBytes

open override val maxPayloadBytes: Int?

The largest payload a single sendTo may carry: inner's limit less the headerBudget the RaftRelay envelope consumes, so a ceiling-sized chunk plus its envelope still fits a framed fabric. null (unbounded) when inner is unbounded — an unbounded fabric never chunks, so the envelope's few bytes are immaterial.