Update ROADMAP.org
This commit is contained in:
parent
ed79ee82d7
commit
1921b0927a
10
ROADMAP.org
10
ROADMAP.org
|
|
@ -323,8 +323,8 @@ if (server.attach(auth)) {
|
|||
4. Actor sends response via =send_response()=
|
||||
|
||||
*** Failure Behaviors
|
||||
| Behavior | Action | Certification Impact | Example Use Case |
|
||||
|----------+-------------------------+----------------------+-------------------------|
|
||||
| =RESTART= | Reset arena offset to 0 | 2 artifacts | Network reconnection |
|
||||
| =EXIT= | Free arena | 1 artifact | Session termination |
|
||||
| =CRASH= | Halt entire VM | 1 artifact | Critical subsystem fail |
|
||||
| Behavior | Action | Example / Use Case |
|
||||
|----------+------------------------------+-------------------------|
|
||||
| =RESTART= | Reset arena offset to 0 | Network reconnection |
|
||||
| =EXIT= | Free arena | Session termination |
|
||||
| =CRASH= | Halt entire VM | Failure of core system |
|
||||
|
|
|
|||
Loading…
Reference in New Issue