LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem when scheduling packet in ns2 and c++ (https://www.linuxquestions.org/questions/linux-newbie-8/problem-when-scheduling-packet-in-ns2-and-c-4175606846/)

dadi1004 05-28-2017 04:58 PM

problem when scheduling packet in ns2 and c++
 
hi friends, i want to send two agents from one node at the same time
so,i created two packets(p1,p2) and i scheduled them like this



scheduler::instance().schedule(target_,p1,0.0);
scheduler::instance().schedule(target_,p2,0.0);

i get error message event uid invalid!!!

rtmistler 05-28-2017 07:10 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 05:39 AM.