mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] transport: isolate frame configuration
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user