[asterisk-bugs] [Asterisk 0010863]: log complaining about tos setting
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Oct 15 14:04:09 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10863
======================================================================
Reported By: idkpmiller
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10863
Category: Channels/chan_iax2
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 10-01-2007 23:53 CDT
Last Modified: 10-15-2007 14:04 CDT
======================================================================
Summary: log complaining about tos setting
Description:
If you set tos = ef in iax.conf then the log (full) says tos cannot be set
to 184, ee actual entries below:
[Oct 2 18:08:34] VERBOSE[18529] logger.c: == Using TOS bits 184
[Oct 2 18:08:34] WARNING[18529] netsock.c: Unable to set TOS to 184
If you set tos = af41 then "Using TOS bits 136" is shown in the log.
Something is wrong with using ef although it is the recommended value. I
have yet to check to see if the packets are being marked correctly.
======================================================================
----------------------------------------------------------------------
qwell - 10-15-07 14:04
----------------------------------------------------------------------
rtp is logging an error message... From rtp.c, ast_rtp_settos()
if ((res = setsockopt(rtp->s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos))))
ast_log(LOG_WARNING, "Unable to set TOS to %d\n", tos);
Are you sure you aren't confusing the warning messages?
Issue History
Date Modified Username Field Change
======================================================================
10-15-07 14:04 qwell Note Added: 0072026
======================================================================
More information about the asterisk-bugs
mailing list