How does Flash and socket connections work on the web? -


i trying debug socket connection issue between flash in web browser , flash in client type program. connection closing in web, understand how web side of things work.

right can load remote flash file in web browser , triggers connection established stat when viewing netstats -fn. when close dialog runs javascript remove flash dom, connection stats goes time_wait.

does act of removing flash html dom sever flash connection triggers time_wait state? how process work?

if you're using flash.net.socket, observe behavior of calling socket.close() manually. it's flash runtime (as it's binary plugin separate browser) how close sockets.

the time_wait state part of computer's networking stack. when actively close socket, goes time_wait state.

time-wait - represents waiting enough time pass sure remote tcp received acknowledgment of connection termination request.

connection states


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -