[whatwg] Websockets: dropped packets? (Jonathan Chetwynd)

On 31 Mar 2011 07:51:01 -0500 Bob Gezelter <gezelter at rlgsc.com> wrote:

> TCP connections are an uninterrupted stream. If a packet is lost, the
> connection will be aborted.

Lost packets are retransmitted.  From "Unix Network Programming", by W. Richard
Stevens, page 205:

"TCP provides a connection-oriented, reliable, full-duplex, byte-stream service
to an application program."

--
pete johnson ~ pete at ucwh.net

Received on Thursday, 31 March 2011 09:29:35 UTC