<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 Junxiao,
<div class=""><br class="">
</div>
<div class="">A registration for a new UDP face causes the RTT to increase slightly, ~2ms above the previous experiment:</div>
<div class=""><br class="">
</div>
<div class="">Content From /ndn - Ping Reference = 477477776  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.778 ms<br class="">
Content From /ndn - Ping Reference = 477477777  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.649 ms<br class="">
Content From /ndn - Ping Reference = 477477778  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 16.614 ms<br class="">
Content From /ndn - Ping Reference = 477477779  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.982 ms</div>
<div class=""><br class="">
</div>
<div class="">A registration for a non-existent face ID causes a large increase in the RTT:</div>
<div class=""><br class="">
</div>
<div class="">Content From /ndn - Ping Reference = 479746716  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.77 ms<br class="">
Content From /ndn - Ping Reference = 479746717  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.695 ms<br class="">
Content From /ndn - Ping Reference = 479746718  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 52.996 ms<br class="">
Content From /ndn - Ping Reference = 479746719  <span class="Apple-tab-span" style="white-space:pre">
</span>- Round Trip Time = 0.808 ms<br class="">
<div class=""><br class="webkit-block-placeholder">
</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="">
Since we simply want to update the expiration time for a particular namespace in the RIB, would there be any use for a protocol extension that allows for the expiration time for a namespace to be updated with one RIB command?<br class="Apple-interchange-newline">
--</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>
<blockquote type="cite" class="">
<div class="">On Apr 24, 2015, at 1:38 PM, Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu" class="">shijunxiao@email.arizona.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">Hi Lan
<div class=""><br class="">
</div>
<div class="">Before I can suggest any code patches, additional experiment is needed to confirm or reject the hypothesis in <a href="http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-April/001049.html" class="">http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-April/001049.html</a>
 .</div>
<div class=""><br class="">
</div>
<div class="">If you want to measure RTT changes due to route changes, one possible way is to increase the link delay.<br class="">
</div>
<div class="">When the link delay is 10ms, a 10ms RTT change is 50% and appears significant.</div>
<div class="">When the link delay is 500ms, a 10ms RTT change is 1% and appears negligible.</div>
<div class=""><br class="">
</div>
<div class="">Yours, Junxiao<br class="">
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Fri, Apr 24, 2015 at 11:33 AM, Lan Wang (lanwang) <span dir="ltr" class="">
<<a href="mailto:lanwang@memphis.edu" target="_blank" class="">lanwang@memphis.edu</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word" class="">Basically, we saw a large jump in ndnping results between two nodes even though there was no path change for the path between those two nodes.  We found that it was because those nodes (or the intermediate ones) were
 busy updating their FIB (for other routes) -- each registration and unregistration of a route obviously took ~10ms for NRD/NFD to process.  
<div class=""><br class="">
</div>
<div class="">We were interested in RTT changes due to route changes, so the extra delay caused by the route registrations is an undesirable side effect we'd like to remove (thus Vince's email).  So any suggestions on how to deal with this in our experiments
 are highly appreciated.</div>
<div class=""><br class="">
</div>
<div class="">In the long term, we do need to address the problem of high processing delays of route registrations.</div>
<span class=""><font color="#888888" class=""></font></span>
<div class=""><span class=""><font color="#888888" class="">
<div class="">
<div style="font-family: Helvetica; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="font-family: Helvetica; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<span style="border-collapse:separate;border-spacing:0px" class="">
<div style="word-wrap:break-word" class=""><br class="">
Lan</div>
</span></div>
</div>
</div>
</font></span>
<div class="">
<div class="h5"><br class="">
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>