This commit is contained in:
nbougalis
2020-12-05 06:17:37 +00:00
parent 27ba201b4c
commit ee2b4c457d
4211 changed files with 96026 additions and 94287 deletions

View File

@@ -697,7 +697,7 @@ $(function() {
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160; </div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; <span class="comment">// Basic Sequence number router</span></div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; <span class="comment">// A message that will be flooded across the network is tagged with a</span></div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160; <span class="comment">// seqeuence number by the origin node in a BroadcastMesg. Receivers will</span></div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160; <span class="comment">// sequence number by the origin node in a BroadcastMesg. Receivers will</span></div>
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>&#160; <span class="comment">// ignore a message as stale if they&#39;ve already processed a newer sequence</span></div>
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span>&#160; <span class="comment">// number, or will process and potentially relay the message along.</span></div>
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span>&#160; <span class="comment">//</span></div>