From 586ad7b13ddb62dc6977310d348f8a2f9d4afe94 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Sep 2025 13:11:14 +0200 Subject: [PATCH] update README --- README.md | 3 +-- src/lib.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b6693d..690aa3f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,10 @@ The underlying base packet library used to generate the packets to be sent is th `cfdp-rs` currently supports following high-level features: - Unacknowledged (class 1) file transfers for both source and destination side. -- Acknowledged (class 2) file transfers for the source side. +- Acknowledged (class 2) file transfers for both source side and destination side. The following features have not been implemented yet. PRs or notifications for demand are welcome! -- Acknowledged (class 2) file transfers for the destination side. - Suspending transfers - Inactivity handling - Start and end of transmission and reception opportunity handling diff --git a/src/lib.rs b/src/lib.rs index 92e1e5b..6d15fd1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,11 +8,10 @@ //! `cfdp-rs` currently supports following high-level features: //! //! - Unacknowledged (class 1) file transfers for both source and destination side. -//! - Acknowledged (class 2) file transfers for the source side. +//! - Acknowledged (class 2) file transfers for both source side and destination side. //! //! The following features have not been implemented yet. PRs or notifications for demand are welcome! //! -//! - Acknowledged (class 2) file transfers for the destination side. //! - Suspending transfers //! - Inactivity handling //! - Start and end of transmission and reception opportunity handling