Using command:
mtr --tcp --report -c 10 --port <port> <server>
I was expecting to get the time between the initial SYNC packet and the time when "SYNC+ACK" returns.
But looking with Wireshark, I get a time that included a few extra packages going back and forth.
Any way to get what I want? Trying to establish the difference between a RTT for TLS and RTT for non-TLS to see why server are taking this extra time to process.
Using command:
mtr --tcp --report -c 10 --port <port> <server>I was expecting to get the time between the initial SYNC packet and the time when "SYNC+ACK" returns.
But looking with Wireshark, I get a time that included a few extra packages going back and forth.
Any way to get what I want? Trying to establish the difference between a RTT for TLS and RTT for non-TLS to see why server are taking this extra time to process.