commit | eb764c5c0fc83d68f2574c052653a1545b6b3c8f | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Mar 11 16:01:09 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Tue Mar 11 16:01:09 2014 -0500 |
tree | 5e2f5358e36dd443746753eb7efcf99bb8e536b0 | |
parent | 8264f5842c0ce10e4353ea34d01e662232aea040 [diff] [blame] |
Data Packet Verification Added
diff --git a/src/route/nlsr_rt.cpp b/src/route/nlsr_rt.cpp index f9923f2..cc60650 100644 --- a/src/route/nlsr_rt.cpp +++ b/src/route/nlsr_rt.cpp
@@ -70,6 +70,7 @@ clearRoutingTable(); clearDryRoutingTable(); // for dry run options // need to update NPT here + std::cout<<"Calling Update NPT With new Route"<<std::endl; pnlsr.getNpt().updateNptWithNewRoute(pnlsr); //debugging purpose printRoutingTable();