summaryrefslogtreecommitdiff
path: root/net/ccrtp/DESCR
blob: 974b523bcc0dd3586fbafa828fb9c1cfae4351c2 (plain)
1
2
3
4
5
6
7
8
Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the
GNU project.  GNU ccRTP was created as a "generic" and high performance
RTP stack and uses queued packet lists for both sending and receiving of
realtime data.  A single scheduler thread both schedules delivery of
timestamped outgoing packets, and processes incoming packets into the
receive queue.  A seperate thread or process can then feed data into the
stack for delivery and process pending requests without interfering with
the stack service thread itself.