Changeset 10160

Show
Ignore:
Timestamp:
01/10/08 02:41:38 (2 years ago)
Author:
dave
Message:

one place where "integer" should be "byte"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/fast_extensions.html

    r10155 r10160  
    127127<h2 id="Allowed_Fast_Set_Generation"> Allowed Fast Set Generation </h2> 
    128128<p>The canonical algorithm for computing a peer <i>P'</i>s <i>allowed fast set</i> 
    129 follows.  All integers in this pseudocode are four bytes represented in network (big-endian) byte order.  <i>[a:b]</i> denotes the sequence of consecutive integers from <i>a</i> to <i>b</i> excluding <i>b</i>, i.e., <i>(a, a+1, a+2,..., b-1)</i>. <i>x[a:b]</i> denotes a subsequence of elements in an array <i>x</i> starting from index <i>a</i> to but not including index <i>b</i>. 
     129follows.  All integers in this pseudocode are four bytes represented in network (big-endian) byte order.  <i>[a:b]</i> denotes the sequence of consecutive bytes from <i>a</i> to <i>b</i> excluding <i>b</i>, i.e., <i>(a, a+1, a+2,..., b-1)</i>. <i>x[a:b]</i> denotes a subsequence of elements in an array <i>x</i> starting from index <i>a</i> to but not including index <i>b</i>. 
    130130</p><p>Let <i>ip</i> denote <i>P'</i>s IPv4 address.  We currently have no 
    131131provisions for IPv6. If a peer is behind a Network Address Translator