Skip to main content

Crate str0m_proto

Crate str0m_proto 

Source
Expand description

Shared protocol types and traits for str0m.

Modules§

crypto

Structs§

Bitrate
A data rate expressed as bits per second(bps).
DataSize
A data size expressed in bytes.
DatagramSend
A wrapper for some payload that is to be sent.
Id
NonCryptographicRng
ParseTcpTypeError
Pii
Transmit
An instruction to send an outgoing packet.

Enums§

Protocol
Type of protocol used in Transmit.
TcpType
TCP connection role as defined by the tcptype SDP attribute.

Constants§

DATAGRAM_MTU
Targeted MTU
DATAGRAM_MTU_WARN
Warn if any packet we are about to send is above this size.

Traits§

CryptoSafe
Marker trait for types that are safe to use in crypto provider components.
Sha1HmacProvider
SHA1 HMAC provider for STUN message integrity.