Questions tagged [quic]

QUIC (pronounced quick) is a multiplexed stream transport protocol over UDP. It is a transport level network protocol designed at Google. The tag applies to questions related to the protocol and its implementations such as libquic. QUIC is an acronym for Quick UDP Internet Connections.

QUIC (pronounced quick) is a transport level network protocol originally designed at Google and currently being standardised by the IETF. It provides security protection and implements connection semantics over UDP. As of 2016 it is used to stream YouTube traffic to capable browsers.

The protocol is documented in an IETF RFC Draft. The project website is hosted by Google. And libquic is an implementation with minimal dependencies to Chromium sources.

66 questions
0
votes
1 answer

Can QUIC streams be improved upon for file transfer?

If I understand, QUIC exists to multiplex multiple streams over the same UDP channel, including same key exchange. QUIC also has an unreliable transport mode for VoIP, etc. https://datatracker.ietf.org/doc/draft-pauly-quic-datagram/ Has anyone…
Jeff Burdges
  • 4,036
  • 21
  • 41
0
votes
1 answer

Android WebView to work with QUIC

I am playing a YouTube video on a Android WebView and need it to work with QUIC protocol. Up until now I can only see TCP packets but no UDP. When I play a video in YouTube's app it works with QUIC. Chrome app also work with QUIC. I have tried this…
dardi
  • 41
  • 4
0
votes
1 answer

how WebRTC handles NAT rebinding?

In a cellular environment, the ip address assigned for a phone changes dynamically. So i wonder how WebRTC deals with this issue. Does WebRTC has some feature called 'Path Migration' like QUIC ? Is ICE Restart what i am finding?
Sai Jiang
  • 53
  • 6
0
votes
1 answer

Why is Google search not using QUIC?

I saw Google search set the alt-svc header, with QUIC version 39 in header string. alt-svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" I'm using Google…
-1
votes
1 answer

Litespeed QUIC enabling

Ubuntu 20.04 LSWS 5.4.8 QUIC is working in WebAdmin, but don't work at any Virtual hosts. How can I enable that thing in virtual host on subdomain. UDP ports are opened, Firewall is disabled. Commands outputs: 443 udp listening, ufw status Any…
gluktd
  • 46
  • 4
-1
votes
1 answer

Install HTTP/3 at G-WAN

According to you, is it possible to properly install the use of HTTP/3 on a web server such as GWAN ? If yes, do you have an idea of ideal way to proceed ? I was thinking of using a quic lib (wich one ? quiche) in the init.c file but I can't figure…
John S
  • 211
  • 2
  • 11
1 2 3 4
5