NAK constructor is pub #160

Merged
muellerr merged 1 commits from nak-new-pub into main 2025-09-18 17:35:48 +02:00

View File

@@ -162,7 +162,9 @@ impl<'seg_reqs> NakPduCreator<'seg_reqs> {
) )
} }
fn new( /// The large file flag of the PDU header will be set automatically based on the type of
/// [SegmentRequests].
pub fn new(
mut pdu_header: PduHeader, mut pdu_header: PduHeader,
start_of_scope: u64, start_of_scope: u64,
end_of_scope: u64, end_of_scope: u64,