TCP vs UDP Debate
The cluster revolves around comparisons between TCP and UDP for reliable networking, debating TCP's ossification, benefits of UDP-based protocols like QUIC, and issues with UDP-over-TCP tunneling in VPNs and similar applications.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Don't we already have that with TCP and/or UDP ?
Obvious answer is to run something on top of UDP like QUIC does
Then UDP won't work for your requirements, right?
You can build that with UDP, TCP isn't the only option on IP
It basically uses UDP because TCP is too ossified to add any improvements I think.
Cool, I wasn't aware of that. Still ends up doing udp over tcp, though.
Why couldn't this be done over TCP instead of UDP?
Would that help with UDP, or only TCP?
There's a reason most of the world uses TCP.. even for things that sound ideal for UDP.
It is basically TCP 2.0 implemented on top of UDP. What concerns do you have with this?