parse_direct_probe

Function parse_direct_probe 

Source
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.