[][src]Function pnet_transport::transport_channel_with

pub fn transport_channel_with(
    buffer_size: usize,
    channel_type: TransportChannelType,
    configuration: Config
) -> Result<(TransportSender, TransportReceiver)>

Create a new (TransportSender, TransportReceiver) pair using the additional options specified.

For a more exhaustive descriptive, see above.