Changes between Version 4 and Version 5 of RTPproxy/RELENG_1_2_1_NOTES

Show
Ignore:
Timestamp:
10/19/09 20:47:40 (11 months ago)
Author:
sobomax
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RTPproxy/RELENG_1_2_1_NOTES

    v4 v5  
    77== Ability to specify log facility for the syslog == 
    88 
    9 The -d option now can take optional log facility as the modifyer. The new format for the argument is "log_level[:log_facility]". 
     9The -d option now can take optional log facility as the modifier. The new format for the argument is "log_level[:log_facility]". 
    1010 
    1111== Ability to disable setting TOS for outgoing RTP packets == 
     
    2121== Syslog support improvement == 
    2222 
    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 miliseconds to complete, disrupting RTP handling and command processing. This should improve things in general, so that logging doesn't interfere with RTP traffic handling. 
     23The 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. 
    2424 
    2525The default logging level has been reduced when running in the background from DBUG to WARN, which is more sensible default for production system.