Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ccrtp / DESCR
blob974b523bcc0dd3586fbafa828fb9c1cfae4351c2
1 Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the
2 GNU project.  GNU ccRTP was created as a "generic" and high performance
3 RTP stack and uses queued packet lists for both sending and receiving of
4 realtime data.  A single scheduler thread both schedules delivery of
5 timestamped outgoing packets, and processes incoming packets into the
6 receive queue.  A seperate thread or process can then feed data into the
7 stack for delivery and process pending requests without interfering with
8 the stack service thread itself.