[Bug 17264] Add attributes to use ping/pong frames effectively

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17264

Bronislav Klu&#269;ka <bronislav.klucka@bauglir.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bronislav.klucka@bauglir.co
                   |                            |m

--- Comment #1 from Bronislav Klu&#269;ka <bronislav.klucka@bauglir.com> 2012-05-31 06:26:24 UTC ---
(In reply to comment #0)
> How about adding new attributes to control ping/pong frames.
> 
> // ping-pong handling
> attribute unsigned long pingInterval;
> attribute unsigned long pongTimeout;
> 
> If pongTimeout is specified, a browser will _fail_ the connection if any pong
> is received in the last pongTimeout msec.

Should not this be 
"a browser will _fail_ the connection if NO pong is received in the last
pongTimeout msec."
meaning there is no response to ping within specified time frame, failing on
pong makes no sense to me

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 06:26:44 UTC