id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,backport_to_milestone,backported 2202,Limit the number of ignored error when receiving RTP/RTCP.,riza,riza,"On `on_rx_rtp()`/`on_rx_rtcp()` there's a loop to call `pj_ioqueue_recvfrom()`. The loop will stop until `pj_ioqueue_recvfrom()` return `PJ_EPENDING`/`PJ_ECANCELLED`. If `pj_ioqueue_recvfrom()` return Error besides `PJ_EPENDING`/`PJ_ECANCELLED the loop will continue non stop. This patch will introduce new setting (`PJMEDIA_IGNORE_RECV_ERR_CNT`) to limit the number of identical consecutive error return from `pj_ioqueue_recvfrom()`. Thanks to Guy Mininberg for the report.",defect,closed,normal,release-2.9,pjmedia,trunk,fixed,,,,0