Y
Hacker News
new
|
ask
|
show
|
jobs
by
leadbase0
1863 days ago
QUIC is UDP, and TCP does not use CCA in userspace.
2 comments
AndrewDucker
1863 days ago
QUIC absolutely uses congestion control. See section 6 here
https://tools.ietf.org/id/draft-ietf-quic-recovery-26.html
link
tmashb
1863 days ago
No denying in that.
link
dochtman
1863 days ago
QUIC does run in user space, and also uses congestion controllers running inside the QUIC stack, in user space.
(I work on a QUIC implementation in Rust.)
link
leadbase0
1863 days ago
QUIC is a protocol... "...CCA in userspace" CCA stands for congestion control algorithm.
link