[Twisted-Python] WebSockets and QUIC for Twisted

Glyph glyph at twistedmatrix.com
Sun Jul 9 22:21:44 MDT 2017


> On Jul 8, 2017, at 1:47 AM, Phil Mayers <p.mayers at imperial.ac.uk> wrote:
> 
> On 08/07/17 03:59, Glyph wrote:
> 
>>> Ironically the goals of QUIC are, I believe, similar to Vertex ;o)
>> 
>> Really?  How so?
> 
> Sorry, memory not serving me well. I'm thinking of the PTCP bits, I'd managed to remember that, but forget about all the rest!
> 
> So no, not similar - my mistake.

In a way, PTCP is much less ambitious, as well: it is just TCP over UDP in order to get connection-initiations through firewalls.

My understanding of QUIC is that it has very different goals: it's not the thing you'd use for peer-to-peer connectivity (that would be something like RTMP) but rather it's over UDP so it can have slightly different guarantees and performance characteristics than TCP itself.

-glyph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20170709/863265a0/attachment-0002.html>


More information about the Twisted-Python mailing list