use memberlist_core::transport::{tests::handle_ping, Lpe};
use nodecraft::{resolver::socket_addr::SocketAddrResolver, CheapClone};
use crate::{QuicTransport, QuicTransportOptions, StreamLayer};
use super::*;
pub mod no_label_no_compression;
pub mod with_label_no_compression;
#[cfg(feature = "compression")]
pub mod no_label_with_compression;
#[cfg(feature = "compression")]
pub mod with_label_with_compression;