Given Linux is used and packet timestamping is enabled with SO_TIMESTAMPING for a TCP socket and we read now some data, what timestamp will be reported if the byte-stream which we read was merged out of multiple TCP packets (which each have different timestamps)?
I assume the newest one, but maybe there is some more magic involved in this?
Thanks a lot