[ndnSIM] Question about updating name prefix list of the routers

Junxiao Shi shijunxiao at email.arizona.edu
Sun Jun 11 18:13:12 PDT 2017


Hi Anil

Glad you found the solution.

`node.Get(1)->GetId()` can be simplified as `1`.

Yours, Junxiao

On Jun 11, 2017 15:48, "Anil Jangam" <anilj.mailing at gmail.com> wrote:

The following change as suggested by Junxiao stopped the SEGABRT.

109   // Schedule the new prefis registration at 100 sec.
110   //Simulator::Schedule(Seconds(100.0), advertise, nodes.Get(1));
111   Simulator::ScheduleWithContext(nodes.Get(1)->GetId(), Seconds(100.0),
advertise, nodes.Get(1));
112

/anil.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170611/a21dfbe6/attachment-0001.html>


More information about the ndnSIM mailing list