[idd] transport: isolate frame configuration

This commit is contained in:
Geoffrey McRae
2026-08-13 12:50:44 +10:00
parent eb74a8ec9d
commit 081dcf8879
4 changed files with 96 additions and 0 deletions

View File

@@ -153,10 +153,14 @@ namespace Frame
enum class CfgResult : uint8_t
{
// The proposed route may be prepared or committed.
ACCEPTED,
// The transport declined this profile and permits another candidate.
NEXT,
// The route is unavailable without affecting sibling routes.
REJECTED,
// Preserve the active route and offer the proposal again later.
RETRY,
// The frame component failed; required policy decides escalation.
FAILED,
};