CFDP destination handler #62

Merged
muellerr merged 49 commits from cfdp-state-machines into main 2023-09-21 18:47:07 +02:00
46 changed files with 1008 additions and 2249 deletions
Showing only changes of commit 1a38de760a - Show all commits

View File

@ -732,5 +732,7 @@ mod tests {
if let Err(e) = result { if let Err(e) = result {
panic!("destination handler packet insertion error: {e}"); panic!("destination handler packet insertion error: {e}");
} }
// TODO: Send EOF PDU and verify completion of transaction
} }
} }