use crate*;
/// Convenience method for connecting two [`IpSinkStream`](crate::IpSinkStream)s to each other.
///
/// Packets from either `IpSinkStream` are forwarded to the other. See [`IpHub`](crate::device::IpHub) if
/// you want to connect more than two interfaces.