rvoip-rtp-core 0.2.3

RTP/RTCP protocol implementation for the rvoip stack
Documentation
1
2
3
4
5
6
7
8
9
//! Core functionality for the server security implementation
//!
//! This module contains components for handling the core security functionality.

pub mod connection;
pub mod context;

pub use connection::*;
pub use context::*;