commit | e77d814bb481a2ee428082e6592b18037244fc09 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Feb 11 11:59:57 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Tue Feb 11 11:59:57 2014 -0600 |
tree | f415c1a80d5b68d2e3686b8e116a4dde58ee2834 | |
parent | 4768f89c6e62711e474a8f84ad5ce85366edb678 [diff] [blame] |
LSA refreshing/Expiration, Fib Refreshing Added
diff --git a/nlsr_fe.cpp b/nlsr_fe.cpp index 350270e..1b9621f 100644 --- a/nlsr_fe.cpp +++ b/nlsr_fe.cpp
@@ -39,6 +39,7 @@ operator<<(ostream& os, FibEntry& fe) { os<<"Name Prefix: "<<fe.getName()<<endl; + os<<"Time to Refresh: "<<fe.getTimeToRefresh()<<endl; os<<fe.getNhl()<<endl; return os; }