python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is QUIC protocol is said to be built on UDP when it uses TLS packets which runs on TCP?
I was researching on QUIC protocol and my professor asked me this question. QUIC is said to be built on UDP and uses TLS packets. TLS itself requires reliable connection that is TCP. So, why QUIC is n...
2018 01119
Votes: 0
Answers: 3
Start error (there is no reactor running, must be called from the context of a Tokio 1.x runtime) using s2n_quic with monoio runtime rust
I am trying to use monoio with s2n_quic to implement quic for this fast runtime. When run, it prints out
StartError:
there is no reactor running, must be called from the context of a Tokio 1.x runtime...
Miacik cac
Votes: 0
Answers: 0
Why can't I access google with http3/quic?
Chrome has turned on the enable-quic switch ,but when i But when I visit google, it still uses http2 protocol ,how can I use the browser's http3/quic feature?
enable-quic
http2 protocol
zpzhuang
Votes: 0
Answers: 1
Can TCP meltdown happen for TCP over Quic?
It is a common knowledge that transferring TCP packet inside a tunnel with TCP connection can create a devastating effect called TCP meltdown and degrade tunnel quality greatly. I somehow wondering if...
Afshin
Votes: 0
Answers: 1