Thank you for this discussion! This is helpful, and wanted some guidance on something related. I am not explicitly invoking serialization part of my simulation - however in certain scenario, I get this error message which seems to be triggered from Ipv4HeaderSerializer.cc : "Cannot serialize Ipv4 Header without a properly computed CRC".
Now, my CRC through all simulations is set to 1, which translates to CRC_DECLARED_CORRECT (not serializable), so I dont know why this Ipv4HeaderSerializer.cc is being called in the first place. Any guidance or steps to debug would be extremely helpful!!!!