rib: remote prefix registration
Change-Id: I0ee01317c213380481eed5c3a13cc19fb0b897ee
Refs: #2056
diff --git a/nfd.conf.sample.in b/nfd.conf.sample.in
index eb0de12..dafc88a 100644
--- a/nfd.conf.sample.in
+++ b/nfd.conf.sample.in
@@ -287,4 +287,15 @@
; ; file-name keys/ndn-testbed.ndncert
; ; }
; }
+
+ remote_register
+ {
+ cost 15 ; forwarding cost of prefix registered on remote router
+ timeout 10000 ; timeout (in milliseconds) of remote prefix registration command
+ retry 0 ; maximum number of retries for each remote prefix registration command
+
+ refresh_interval 300 ; interval (in seconds) before refreshing the registration
+ ; This setting should be less than face_system.udp.idle_time,
+ ; so that the face is kept alive on the remote router.
+ }
}