- From: Peter Thatcher via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 May 2019 09:52:02 +0000
- To: public-webscreens@w3.org
pthatcherg has just created a new issue for https://github.com/webscreens/openscreenprotocol: == Choosing QUIC connection IDs (or using zero length IDs) == In the latest QUIC spec, even short headers include connection IDs (draft-ietf-quic-transport-20). But it also supports zero-length connection IDs, with some restrictions. So, we have two choices: A. Use non-zero length connection IDs. Pros: we can do connection migration. Cons: we have so many bytes overhead in every packet (which hurts for media streaming). B. Use zero-length connection IDs. Pros: No overhead. Cons: no connection migration (must not send from a different (ip, port) without doing a new handshake. I think it's fine to require a new handshake when changing (ip, port), so I think we should go with B and mandate zero-length connection IDs. Further, if we ever use ICE in the future, that will handle the connection migration and not QUIC, in which case we would use zero-length connection IDs. Please view or discuss this issue at https://github.com/webscreens/openscreenprotocol/issues/169 using your GitHub account
Received on Wednesday, 22 May 2019 09:52:05 UTC