Home
last modified time | relevance | path

Searched refs:ErrOutboundPacketTooLarge (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs474 Error::ErrOutboundPacketTooLarge, in test_assoc_max_message_size_default()
484 Error::ErrOutboundPacketTooLarge, in test_assoc_max_message_size_default()
520 Error::ErrOutboundPacketTooLarge, in test_assoc_max_message_size_explicit()
530 Error::ErrOutboundPacketTooLarge, in test_assoc_max_message_size_explicit()
/webrtc/sctp/src/
H A Derror.rs209 ErrOutboundPacketTooLarge, enumerator
/webrtc/sctp/src/stream/
H A Dmod.rs293 return Err(Error::ErrOutboundPacketTooLarge); in prepare_write()