1. 16 7月, 2014 7 次提交
    • Travis Cross's avatar
      Associate "sending early media" log with session · 1b736015
      Travis Cross 提交于
      1b736015
    • Travis Cross's avatar
      make swigall · aab164b3
      Travis Cross 提交于
      aab164b3
    • Travis Cross's avatar
      Improve name of new console log function · d1ec6432
      Travis Cross 提交于
      The new console log function here isn't any more of a channel log than
      the old one.  The name was bad, and no one could have been using this
      yet since we just ran reswig.  We'll take the same tack the kernel
      developers do when replacing a function with an otherwise equivalent
      one with a better API.
      d1ec6432
    • Travis Cross's avatar
      Add `session::consoleLog2()` · 74262ee9
      Travis Cross 提交于
      This allows emitting log messages that include the file name and line
      number of the call.  Because we have the session object here, the log
      messages can be correctly associated with the session from which they
      were emitted.
      
      As when the kernel developers need to 'fix' a system call, we'll just
      add a number to the name of the existing function.
      74262ee9
    • Brian West's avatar
      fix verto compile error on arm · 502cd3f6
      Brian West 提交于
      502cd3f6
    • 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
    • Brian West's avatar
      swigall · 40425710
      Brian West 提交于
      40425710
  2. 15 7月, 2014 12 次提交
  3. 14 7月, 2014 4 次提交
  4. 13 7月, 2014 6 次提交
  5. 11 7月, 2014 10 次提交
  6. 10 7月, 2014 1 次提交