This commit is contained in:
2021-09-26 16:49:08 +08:00
parent f776f03ac8
commit 584b59ee6b
+1 -1
View File
@@ -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 ;
}