Struct pnet_transport::TcpTransportChannelIterator [−][src]
pub struct TcpTransportChannelIterator<'a> { /* fields omitted */ }Expand description
An iterator over packets of type TcpPacket.
Implementations
Get the next (TcpPacket, IpAddr) pair for the given channel.
