Module webrtc_sctp::stack::lowerlayer [−][src]
SCTP packets are encapsulated into a lower-layer protocol (LLP) for transmission. Using UDP as an LLP is convenient for testing interoperability with libusrsctp, although for WebRTC data channels the lower layer protocol will be DTLS.
Structs
LowerLayerPacket | |
UdpLowerLayer |
Traits
LowerLayerProtocol |
Functions
packet_to_lower_layer |
Render an SCTP packet into a lower layer packet. |
Type Definitions
LowerLayer |