From ff7822b95c307ee007f8c3abb1dd81675c9a7441 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 18 Sep 2025 18:41:35 +0200 Subject: [PATCH] docs corrections --- src/dest.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dest.rs b/src/dest.rs index 6808c62..4f19eae 100644 --- a/src/dest.rs +++ b/src/dest.rs @@ -419,13 +419,13 @@ impl< /// size, for example 2048 or 4096 bytes. /// It can also specifically be determined by the largest packet size parameter of all /// remote entity configurations in the passed `remote_cfg_table`. - /// * `pdu_sender` - [PduSendProvider] used to send generated PDU packets. + /// * `pdu_sender` - [PduSender] used to send generated PDU packets. /// * `vfs` - [VirtualFilestore] implementation used by the handler, which decouples the CFDP /// implementation from the underlying filestore/filesystem. This allows to use this handler /// for embedded systems where a standard runtime might not be available. - /// * `remote_cfg_table` - The [RemoteEntityConfigProvider] used to look up remote + /// * `remote_cfg_table` - The [RemoteConfigStore] used to look up remote /// entities and target specific configuration for file copy operations. - /// * `check_timer_creator` - [TimerCreatorProvider] used by the CFDP handler to generate + /// * `check_timer_creator` - [TimerCreator] used by the CFDP handler to generate /// timers required by various tasks. This allows to use this handler for embedded systems /// where the standard time APIs might not be available. pub fn new(