NAK constructor is pub

This commit is contained in:
Robin Mueller
2025-09-15 14:25:03 +02:00
parent a1e40834f5
commit 8137e14f5a

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,
start_of_scope: u64,
end_of_scope: u64,