use ;
/// The compression algorithm used to store RtcTorrent SDP strings in memory.
///
/// Configured via `rtc_compression_algorithm` in `[tracker_config]` or the
/// `TRACKER__RTC_COMPRESSION_ALGORITHM` environment variable.
///
/// # TOML values
///
/// ```toml
/// rtc_compression_algorithm = "lz4" # or "zstd"
/// ```