From 1a38de760ab0dced81dafde1223eca50f8407201 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Sep 2023 19:02:21 +0200 Subject: [PATCH] added TODO --- satrs-core/src/cfdp/dest.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/satrs-core/src/cfdp/dest.rs b/satrs-core/src/cfdp/dest.rs index c923af4..a15b32d 100644 --- a/satrs-core/src/cfdp/dest.rs +++ b/satrs-core/src/cfdp/dest.rs @@ -732,5 +732,7 @@ mod tests { if let Err(e) = result { panic!("destination handler packet insertion error: {e}"); } + + // TODO: Send EOF PDU and verify completion of transaction } }