Datagram Congestion Control Protocol (wikipedia)
The Datagram Congestion Control Protocol (DCCP) is a message-oriented Transport Layer protocol. DCCP implements reliable connection setup, teardown, Explicit Congestion Notification (ECN), congestion control, and feature negotiation.
[DCCP] allows for flow-based semantics like in Transmission Control Protocol (TCP), but does not provide reliable in-order delivery.
Please someone with more rep than me, add tag dccp to this post (it isn't created yet).
This seems like a great deal instead of implementing it in the application layer. A big disadvantage of TCP usage in application with real-time networking requirements is that each and every packet is always resent, and newer data might wait for stale data.
Are there any implementations of this protocol, native or otherwise, in Windows and some standard Unix systems? Any preferably cross-platform libraries that extend the standard libraries of C#, Java, C++ with this functionality?