I want to use OMNeT++ and INET for a network simulation. The focus of my simulation lies in the correct representation of the timing behavior. Therefore, the simulation should not only consider the time of the transmission, but also how long the packet is delayed within the stack. Such delays can occur because of necessary checksum calculations for e.g. TCP, UDP or IPv4. As far as I've seen, the checksum calculation is not considered in INET, it's only possible to represent an incorrect checksum by a bit error.
But I wanted to ask here to make sure that I didn't miss an option that allows to consider such effect on the timing behavior.
I'm thankful for your feedback.