Skip to content

Commit

Permalink
make ssn in sctp::Chunks public
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jan 20, 2024
1 parent cb8d7ee commit 7d58b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sctp/src/queue/reassembly_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Chunk {
#[derive(Debug, Clone)]
pub struct Chunks {
/// used only with the ordered chunks
pub(crate) ssn: u16,
pub ssn: u16,
pub ppi: PayloadProtocolIdentifier,
pub chunks: Vec<ChunkPayloadData>,
offset: usize,
Expand Down

0 comments on commit 7d58b1d

Please sign in to comment.