fix(native): bound JD receive waits and persist progress
This commit is contained in:
parent
f692be0c90
commit
97f862052f
6 changed files with 36 additions and 1 deletions
|
|
@ -19,7 +19,13 @@ handshake:
|
|||
expected_sequences: 1-16
|
||||
ordinary_echo_action: IGNORE
|
||||
ordinary_echo_follow_up: REPOST_RX_AND_WAIT_WITHOUT_RETRANSMIT
|
||||
receive_wait_budget: 0x08000000_PAUSE_LOOPS
|
||||
receive_timeout_action: RETRY_THREE_TIMES_THEN_WRITE_FAIL_PROOF_AND_RESET
|
||||
completed_sequence_checkpoint:
|
||||
lba: 134
|
||||
in_progress_flag: 0x5a
|
||||
last_completed_sequence_offset: 105
|
||||
write_timing: AFTER_EACH_AUTHENTICATED_SEQUENCE
|
||||
stale_sequence_action: IGNORE_WITHOUT_STATE_ADVANCE
|
||||
future_sequence_action: IGNORE_WITHOUT_STATE_ADVANCE
|
||||
accepted_sequence_action: ADVANCE_EXACTLY_ONCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue