Updated by Junxiao Shi almost 9 years ago
`ndn::ping::client::Ping::performPing` is using a deprecated overload of `Face::expressInterest` that does not process Nack. To fix this bug, Nack processing should be added.
Back