CFDP destination handler #62

Merged
muellerr merged 49 commits from cfdp-state-machines into main 2023-09-21 18:47:07 +02:00
Showing only changes of commit 609b3c11b1 - Show all commits

View File

@ -15,7 +15,7 @@ pub mod dest;
pub mod user;
#[derive(Debug)]
pub struct RemoteConfig {
pub struct RemoteEntityConfig {
pub entity_id: UnsignedByteField,
pub max_file_segment_len: usize,
pub closure_requeted_by_default: bool,