diff --git a/ndniptunnel/mNetIO.cpp b/ndniptunnel/mNetIO.cpp index a3ef920..a79c4f9 100644 --- a/ndniptunnel/mNetIO.cpp +++ b/ndniptunnel/mNetIO.cpp @@ -34,7 +34,7 @@ int MNetIO::sendInterest(char *name) { bind(&MNetIO::onNack, this, _1, _2), bind(&MNetIO::onTimeout, this, _1)); mFace.removeAllPendingInterests(); -// std::cout << "send interest : " << interestSeq << std::endl; + std::cout << "send interest : " << interestSeq << std::endl; return 0 ; }