<div dir="ltr">Hello.<div><br></div><div>I want to change prefix name like 1, 2, 3, ... instead of /%00Z ...</div><div>The code below displays the prefix name. </div><div>---------------------------------------------------------------</div><div><div>for (int i = 0; i < 300; i++) {</div><div>ndn::Name x;</div><div>x.appendSeqNum(i);</div><div>std::cout << i << " = " << x << std::endl;</div><div>}</div><div>return 0;</div></div><div>---------------------------------------------------------------<br></div><div>how can I set the prefix like /v1/1, /v1/2, ...?</div><div><br></div><div>Wonjun, Choi</div></div>