• Travis Cross's avatar
    Allow setting threshold for RTP auto adjust · 3526ca5c
    Travis Cross 提交于
    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.
    3526ca5c
switch_rtp.c 215.7 KB