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
Post a Comment