pub fn parse_direct_probe(raw: &Bytes) -> Option<DirectProbe>Expand description
Parse a direct probe Interest name.
Returns (target_name, nonce) if the name matches
/ndn/local/nd/probe/direct/<target...>/<nonce>, None otherwise.
pub fn parse_direct_probe(raw: &Bytes) -> Option<DirectProbe>Parse a direct probe Interest name.
Returns (target_name, nonce) if the name matches
/ndn/local/nd/probe/direct/<target...>/<nonce>, None otherwise.