Computing End-To-End Delay in Veins
问题 I have read a bunch of posts on SO regarding the computation of end-to-end delay in Veins, but have not found an answer to be fulfilling in explaining why the delay is seemingly too low. I am using: Veins 4.7 Sumo 0.32.0 Omnetpp 5.3 Channel switching is turned off. I have the following code, sending a message from the transmitting node: if(sendMessage) { WaveShortMessage* wsm = new WaveShortMessage(); sendDown(wsm); } The receiving node computes the delay using the wsm creation time, but I