ACK_RTT for packet send from server
Hello everyone,
I want to ask how is it possible to get a ACK_RTT time for a packet that is send from my computer, and received by some server.
I have this lines in wireshark:
No Time ACK_RTT protocol SRC IP ADDR DST IP ADDR 543 0.000000 TCP 192.168.0.105 www.dropbox-dns.com SYN 550 0.060792 0.060792 TCP www.dropbox-dns.com 192.168.0.105 SYN,ACK 552 0.000207 0.000207 TCP 192.168.0.105 www.dropbox-dns.com ACK
I can't understand how is it possible to have ACK_RTT Time for the Line 3 (No. 552), its just ACK to the server.
Thank you in advance!