Project

General

Profile

Bug #3335

Updated by Junxiao Shi over 8 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