Changes between Version 4 and Version 5 of RTPproxy/RELENG_1_2_1_NOTES
- Timestamp:
- 10/19/09 20:47:40 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTPproxy/RELENG_1_2_1_NOTES
v4 v5 7 7 == Ability to specify log facility for the syslog == 8 8 9 The -d option now can take optional log facility as the modif yer. The new format for the argument is "log_level[:log_facility]".9 The -d option now can take optional log facility as the modifier. The new format for the argument is "log_level[:log_facility]". 10 10 11 11 == Ability to disable setting TOS for outgoing RTP packets == … … 21 21 == Syslog support improvement == 22 22 23 The syslog support has been reworked to do logging in the separate worker thread to work around issue in the RHEL/CentOS. The issue was that single syslog() API invocation took hundreds of mil iseconds to complete, disrupting RTP handling and command processing. This should improve things in general, so that logging doesn't interfere with RTP traffic handling.23 The syslog support has been reworked to do logging in the separate worker thread to work around issue in the RHEL/CentOS. The issue was that single syslog() API invocation took hundreds of milliseconds to complete, disrupting RTP handling and command processing. This should improve things in general, so that logging doesn't interfere with RTP traffic handling. 24 24 25 25 The default logging level has been reduced when running in the background from DBUG to WARN, which is more sensible default for production system.
