Commits
Travis Cross committed 3526ca5cb5f
Allow setting threshold for RTP auto adjust If we see a certain number of RTP packets from a host and port other than was negotiated, we adjust to send our RTP to that host and port. Traditionally we've waited for 10 packets. This commit makes the threshold adjustable by setting the channel variable `rtp_auto_adjust_threshold` to any positive value less than 2^16.