Pure-Rust NFS (v2/v3/v4) security toolkit: recon, analysis, export-escape, FUSE mount, and an interactive shell for authorized red-team and pentest work.
//! UDP RPC transport -- re-exports from the RPC crate.
//!//! The implementation lives in `onc_rpc_client::transport::udp`. This module
//! re-exports the public API so existing callers within the binary continue
//! to resolve through `crate::proto::udp::`.
pub(crate)useonc_rpc_client::transport::udp::{call_rpc_udp, probe_udp_rpc};