Possible to force QUIC?

#1
Hello,
is it possible to force quic?

I got quic running on my lws on port 443, everything is working pretty fine. The problem is, that the HTTP/2 and SPDY indicator (and wireshark logs) show that sometimes quic is used, sometimes http/2. According to the quic discovery mechanism (https://docs.google.com/document/d/1i4m7DbrWGgXafHxwl8SwIusY2ELUe8WX258xt2LFxPM/edit)
a race between quic and tcp is done to determine, which protocol is used. While this makes sense to guarantee backward compatibility, I need to force quic for my use case.

So, is it possible to force quic by configuring lws?

Best Regards
Bertram
 
Last edited by a moderator:
Top