Hi all, anyone knows where to get the code for end-to-end delay calculations or formula? So far I only know that the statistics of end-to-end delay is computed in the source node, application layer. When I clicked inside the codes of the TCPSessionApp.ned, it only shows this line:
@statistic[endToEndDelay](title="end-to-end delay"; source="dataAge(packetReceived)"; unit=s; record=histogram,weightedHistogram,vector; interpolationmode=none);