Function pnet_transport::transport_channel_with [−][src]
pub fn transport_channel_with(
buffer_size: usize,
channel_type: TransportChannelType,
configuration: Config
) -> Result<(TransportSender, TransportReceiver)>Expand description
Create a new (TransportSender, TransportReceiver) pair using the additional
options specified.
For a more exhaustive descriptive, see above.
