|
|
|
|
|
by derefr
1679 days ago
|
|
There are plenty of connection-oriented protocols other than TCP that do experience a disconnect during these packet-loss bursts. RTP, for example. There's a reason IP softphones are always wired, rather than being wi-fi devices — speaking RTP, they can't tolerate the somewhat-normal condition of RF-interference-induced 802.11-PHY packet-loss bursts nearly as well as devices speaking TCP can. They end up dropping calls in about the same way that Bluetooth Audio drops pairing. (This is also most of why 802.11e QoS Traffic Categories exist — RTP is essentially hard-realtime, so even temporarily queuing RTP packets due to competing high-throughput TCP flows, could be enough to "choke out" the RTP flow.) |
|