Difference between revisions of "DCCP"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create reference page)
(No difference)

Revision as of 01:07, 3 April 2019

??
VLC uses this protocol (or access module) to read data from a device or network.
This protocol is handled by the rtp module.

Datagram Congestion Control Protocol or DCCP is a protocol defined by RFC 4340. It is a proposed standard dated March 2006 for managing large volumes of data (such as streaming media).
It is useful with UDP, which lacks congestion control.

Further reading