3
votes
Why Does RTP use UDP instead of TCP?
UDP is often used for various types of realtime traffic that doesn't need strict ordering to be useful. This is because TCP enforces an ordering before passing data to an application (by default, …
