#[repr(C)]pub struct RiceAgentSocket {
pub stream_id: usize,
pub component_id: usize,
pub transport: RiceTransportType,
pub from: *const RiceAddress,
pub to: *const RiceAddress,
}Expand description
A socket with the specified network 5-tuple.
Fields§
§stream_id: usizeThe ICE stream id.
component_id: usizeThe ICE component id.
transport: RiceTransportTypeThe transport type to allocate.
from: *const RiceAddressThe source address to allocate from.
to: *const RiceAddressThe destination address to connect to.