Hi Trying to find an explanation for a slow network response, I installed the wireshark sniffer. When I opened a web page I see that multiple syn packets are being sent to the web server, in less tan 0.005 seconds. Any idea why this happens ? asked 29 Oct '14, 17:20 Alzav |
One Answer:
This is because your browser wants to have multiple parallel sessions to the server to speed up communication. In your case 6 sessions are started right away - I think this is the default for Chrome In Mozilla you can control this in about:config Regards Matthias From http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-00
answered 29 Oct '14, 23:10 mrEEde edited 30 Oct '14, 00:03 |
Thanks a lot