Home
last modified time | relevance | path

Searched refs:COMMON_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dassociation_internal.rs133 max_payload_size: INITIAL_MTU - (COMMON_HEADER_SIZE + DATA_CHUNK_HEADER_SIZE), in new()
420 let mut fast_retrans_size = COMMON_HEADER_SIZE; in gather_outbound_fast_retransmission_packets()
1920 let mut bytes_in_packet = COMMON_HEADER_SIZE; in bundle_data_chunks_into_packets()
1931 bytes_in_packet = COMMON_HEADER_SIZE; in bundle_data_chunks_into_packets()
H A Dmod.rs58 pub(crate) const COMMON_HEADER_SIZE: u32 = 12; constant