increase size of RTP loop protection buffer to 28 for RTCP

as suggested in issue #65
pull/107/head
Richard Fuchs 11 years ago
parent b0edf59a8f
commit e7868da867

@ -86,7 +86,7 @@ enum call_stream_state {
#define RTP_BUFFER_SIZE (MAX_RTP_PACKET_SIZE + RTP_BUFFER_HEAD_ROOM + RTP_BUFFER_TAIL_ROOM)
#ifndef RTP_LOOP_PROTECT
#define RTP_LOOP_PROTECT 16 /* number of bytes */
#define RTP_LOOP_PROTECT 28 /* number of bytes */
#define RTP_LOOP_PACKETS 2 /* number of packets */
#define RTP_LOOP_MAX_COUNT 30 /* number of consecutively detected dupes to trigger protection */
#endif

Loading…
Cancel
Save