Wireshark Logging Time
Hi team,
I am using python socket scripting to establish the TCP connection with Hardware via Ethernet connection. I am not setting any ack timeout in script. The TCP Round Trip time in windows OS set as 1ms. But when I log the data in wireshark I could set the ACK received at my PC from Hardware is 6ms (time difference between packet sent and ack received).
Is the time displayed in wireshark is the actual time of ack received or it is varied from the real time ack timing?