<pre style="white-space: pre-wrap; line-height: normal;">Greetings all,</pre><pre style="white-space: pre-wrap; line-height: normal;">  I add two new fields into Data and modified the encode and decode function, tlv.hpp as well. if I use the old ContentStore </pre><pre style="white-space: pre-wrap; line-height: normal;">   ndnHelper.SetOldContentStore("ns3::ndn::cs::Lru","MaxSize","100");</pre><pre style="white-space: pre-wrap; line-height: normal;">it works well.But if I use the nfd::Cs</pre><pre style="white-space: pre-wrap; line-height: normal;">   ndnHelper.setCsSize(100);
   ndnHelper.setPolicy("nfd::cs::lru");</pre><pre style="white-space: pre-wrap; line-height: normal;">I got this error: </pre><pre style="white-space: pre-wrap; line-height: normal;">libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::Data::Error> >: Cannot compute full name because Data has no wire encoding (not signed).</pre><pre style="white-space: pre-wrap; line-height: normal;">And I have another question, we can use ndn::CsTracer to obtain metrics about hits/misses, but this only works with the old ContentStore , how to obtain these metrics when I use <span style="font-family: 宋体, arial, Verdana, sans-serif;">nfd::Cs?</span></pre>any help would be great.<span></span><div><br></div><div>Thanks in advance!</div>