rust-nex/src/nex-implementation/nat_traversal/mod.rs

10 lines
249 B
Rust
Raw Normal View History

2025-02-12 18:46:29 +01:00
mod method_report_nat_properties;
use crate::define_protocol;
use crate::protocols::nat_traversal::method_report_nat_properties::report_nat_properties_raw_params;
define_protocol!{
3() => {
5 => report_nat_properties_raw_params
}
}