<div dir="ltr">Hi Marc<div><br></div><div>The byte ranges [0:1400], [1400:2800], [2800:4200], [4200:5000] are correct.</div><div>Subscripts are to be interpreted in the same way as Python does.</div><div><br></div><div>In your suggested ranges, the last range [4200:5000] is Python notation, but the other three ranges are inconsistent with the last.</div><div><br></div><div>Yours, Junxiao<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 26, 2015 at 2:18 AM,  <span dir="ltr"><<a href="mailto:Marc.Mosko@parc.com" target="_blank">Marc.Mosko@parc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
<div>In these examples, would the byte ranges not be [0:1399], [1400:2799], [2800:4199], [4200:5000]?</div>
<div><br>
</div>
<div>Marc</div>
<div><br>
</div>
<div>
<pre style="padding:16px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin:0px 1em 16px 1.6em;border:1px solid rgb(226,226,226);width:auto;overflow:auto;font-size:13.6000003814697px;line-height:1.45;word-wrap:normal;color:rgb(51,51,51);background-color:rgb(247,247,247);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace!important"><code style="padding:0px;margin:0px;font-size:13.6000003814697px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-break:normal;border:0px;display:inline;line-height:inherit;word-wrap:normal;background-color:transparent;font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace!important;background-repeat:initial initial">+-------------+-------------+    +-------------+-------------+
| NDNLPv2     | Fragment    |    | NDNLPv2     | Fragment    |
| seq=8801    |             |    | seq=8802    |             |
| FragIndex=0 | [0:1400]    |    | FragIndex=1 | [1400:2800] |
| FragCount=4 |             |    | FragCount=4 |             |
+-------------+-------------+    +-------------+-------------+

+-------------+-------------+    +-------------+-------------+
| NDNLPv2     | Fragment    |    | NDNLPv2     | Fragment    |
| seq=8803    |             |    | seq=8804    |             |
| FragIndex=2 | [2800:4200] |    | FragIndex=3 | [4200:5000] |
| FragCount=4 |             |    | FragCount=4 |             |
+-------------+-------------+    +-------------+-------------+</code></pre></div></div></blockquote></div></div></div></div>