Skip to content

Commit

Permalink
TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 21, 2024
1 parent eb6070b commit 93c3f3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/packet-forward/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,3 +875,11 @@ fn happy_flow_timeout_retry_from_a_to_c() -> Result<(), crate::MiddlewareError>
fn max_retries_exceeded_timeout_retry_from_a_to_c() -> Result<(), crate::MiddlewareError> {
timeout_packet_flow_inner(false)
}

// TODO: retry fwd on timeout until we succeed,
// and check that inflight packet store is empty
// at the end

// TODO: test forwarding from chain A to D. the next memo
// should be filled in with PFM instructions for chain C
// to forward to D

0 comments on commit 93c3f3f

Please sign in to comment.