nlsr: canonize Adjacent FaceURIs on startup

Change-Id: I6a2b31631918c1ece79c3fc13e392917162efc2d
refs: #4063
diff --git a/src/common.hpp b/src/common.hpp
index 65105d7..4e82370 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -23,6 +23,7 @@
 #define NLSR_COMMON_HPP
 
 #include <ndn-cxx/common.hpp>
+#include <ndn-cxx/util/time.hpp>
 
 namespace nlsr {
 
@@ -31,6 +32,8 @@
 using std::shared_ptr;
 using std::function;
 
-}
+const ndn::time::seconds TIME_ALLOWED_FOR_CANONIZATION = ndn::time::seconds(4);
+
+} // namespace nlsr
 
 #endif // NLSR_COMMON_HPP