blob: 033097bbce913da11f1c9e99bb6cd9daa0643d0a [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001ccrtp offers a generic realtime full duplex RTP protocol stack for use with
2Common C++. This stack uses packet queues for both incoming and outgoing
3packets, and a single service thread that both schedules outbound packets
4for delivery and processes incoming packets as they arrive.
5
6- David Sugar
7dyfet@gnu.org