[ns] Introduce delay in passing packet to Link Layer

Kok Lim, Yau klyau23 at yahoo.com
Tue Jul 15 04:59:52 PDT 2008


Hi All,
 
The recv function in link layer (mac/ll.cc) receives packet from routing agent using the following command:
 
ll->recv(p,(Handler *)0);
 
where ll is defined as the link layer.
 
The above command does not has delay. How to introduce delay in passing a packet to the ll layer?
 
Thanks in advance!
 
Regards,
KL


      


More information about the Ns-users mailing list