Hello, I was troubleshooting a webpage connection issue and got many "tcp retransmission" & "tcp out-of-order", and the actual connection was hang for over 100 seconds before the page could be shown. Below are some of the examples: https://drive.google.com/open?id=0BzRlJRE0N1eMMW5Lenp2dHVNa0k Anyone has any idea? Thanks in advance. asked 21 Aug '15, 21:25 Illidan Stor... edited 21 Aug '15, 23:07 mrEEde |
One Answer:
All packets are inbound and all packets are traced twice and so are not real retransmissions. Looks like you need to de-duplicate the trace using Regards Matthias answered 21 Aug '15, 23:05 mrEEde |
Hi mrEEde,
Thanks for the reply, would check why there was only uni-directional traffic and revert.