This is an automated email to notify about "A high-performance software proxy server for RTP/RTCP streams." source code changes pushed to the project's GIT repository.
URL: http://sippy.git.sourceforge.net/git/gitweb.cgi?p=sippy/rtpproxy;a=commitdiff;h=ed3d75a59178d78c87e5e92926823016434f82d9 The branch, master has been updated via ed3d75a59178d78c87e5e92926823016434f82d9 (commit) from 5c847bea3617986fce9f18450598333b54e06999 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ed3d75a59178d78c87e5e92926823016434f82d9 Author: sobomax <[email protected]> Date: Fri May 28 04:16:34 2010 -0700 Move out timeout notification into the separate thread. This resolves potential deadlock with B2BUA when b2bua is trying to connect to proxy, while proxy is connecting to B2BUA and also this allows sending notifications to the remote B2BUAs, where connect()/send() could take lot of time. This should also prevent notifications from creating "gaps" in the RTP stream. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- configure.ac | 7 +- main.c | 6 +- rtpp_notify.c | 278 ++++++++++++++++++++++++++++++++++ rtpp_syslog_async.h => rtpp_notify.h | 15 +- rtpp_session.c | 71 --------- rtpp_session.h | 1 - 7 files changed, 297 insertions(+), 83 deletions(-) create mode 100644 rtpp_notify.c copy rtpp_syslog_async.h => rtpp_notify.h (83%) hooks/post-receive -- A high-performance software proxy server for RTP/RTCP streams. _______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
