Struct pnet_transport::TransportSender [] [src]

pub struct TransportSender { /* fields omitted */ }

Structure used for sending at the transport layer. Should be created with transport_channel()

Methods

impl TransportSender
[src]

[src]

Send a packet to the provided destination

Trait Implementations

Auto Trait Implementations