google chrome - Long time before PSH,ACK is received -


i have client , server , there problem, specify after packet exchange.

note: server serves html file image

> syn < syn, ack > ack > psh, ack (request of html file) < psh, ack (html file) > ack < fin, ack 

this goes fine, client wants image in html file, initiates new tcp handshake:

> syn < syn, ack > ack delay of on 4 seconds here > psh, ack (request of image) < psh, ack (image) > ack < fin, ack 

the client using google chrome. request of html page takes 1400ms, request of image however, takes 8000ms, due client waiting long time send psh, ack.

why take long? due chrome or externally?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -