<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi all,
<div class=""><br class="">
</div>
<div class="">I was looking over some of our hyperbolic routing results and noticed some substantial delays in ndnping when RIB registration commands are sent to the forwarder.</div>
<div class=""><br class="">
</div>
<div class="">Our tests use ndnping to track the RTTs between routers and when a node fails, the routing converges and new routes are registered with NFD.</div>
<div class="">What I saw in the logs was that even with our link-state routing implementation, two nodes that are directly connected were experiencing additional delay even though</div>
<div class="">their direct path was unaffected by the failed node.</div>
<div class=""><br class="">
</div>
<div class="">I am able to replicate this result on my laptop from the command line. When I run an ndnping server and ndnping on my laptop, I see consistent RTTs. But, when I send</div>
<div class="">nfdc register commands at a relatively slow interval (0.5 s) at the same time, I see a large jump in the RTT.</div>
<div class=""><br class="">
</div>
<div class="">Below is an example. I started the RIB registrations right after the ping with reference 810245465.</div>
<div class=""><br class="">
Content From /ndn - Ping Reference = 810245457  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.307 ms<br class="">
Content From /ndn - Ping Reference = 810245458  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.296 ms<br class="">
Content From /ndn - Ping Reference = 810245459  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.229 ms<br class="">
Content From /ndn - Ping Reference = 810245460  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.291 ms<br class="">
Content From /ndn - Ping Reference = 810245461  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.155 ms<br class="">
Content From /ndn - Ping Reference = 810245462  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.251 ms<br class="">
Content From /ndn - Ping Reference = 810245463  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.271 ms<br class="">
Content From /ndn - Ping Reference = 810245464  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.436 ms<br class="">
Content From /ndn - Ping Reference = 810245465  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.328 ms<br class="">
Content From /ndn - Ping Reference = 810245466  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.22 ms<br class="">
Content From /ndn - Ping Reference = 810245467  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 14.618 ms<br class="">
Content From /ndn - Ping Reference = 810245468  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.255 ms<br class="">
Content From /ndn - Ping Reference = 810245469  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.211 ms<br class="">
Content From /ndn - Ping Reference = 810245470  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.854 ms<br class="">
Content From /ndn - Ping Reference = 810245471  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 1.274 ms<br class="">
<br class="">
</div>
<div class="">I used this simple bash script to send the registration commands:</div>
<div class=""><font face="Menlo" class="">for i in `seq 1 25`; do<br class="">
  nfdc register /a 258<br class="">
  sleep 0.5<br class="">
done</font></div>
<div class="">
<div class=""><br class="webkit-block-placeholder">
</div>
<div class="">Has anyone else experienced this delay caused by registration commands? Any ideas to help reduce the RTT variance to stabilize our results?</div>
<div class=""><br class="">
</div>
<div class="">Any comments or suggestions you can provide would be appreciated. Thanks.</div>
<div class=""><br class="">
</div>
<div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr;" class="">
--</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr;" class="">
Vince Lehman</div>
</div>
</div>
</div>
<br class="">
</div>
</body>
</html>