[−][src]Crate srt_protocol
Re-exports
pub use connection::Connection; |
pub use connection::ConnectionSettings; |
pub use packet::Packet; |
Modules
| accesscontrol | |
| connection | |
| crypto | |
| packet | |
| pending_connection | |
| protocol |
Structs
| ControlPacket | A UDP packet carrying control information |
| DataPacket | A UDT packet carrying data |
| MsgNumber | |
| SeqNumber | |
| SocketID | A newtype wrapper for strongly-typed SocketIDs |
| SrtVersion | Serialied, it looks like: major * 0x10000 + minor * 0x100 + patch |
Enums
| PacketParseError |