Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2044 closed enhancement (fixed)

Compile time setting for QoS using IP_TOS/IPV6_TCLASS on Darwin OS

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.7
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

Since version 2.6, QoS on Darwin OS (e.g: iOS, MacOS) is implemented using SO_NET_SERVICE_TYPE (see also ticket #1964). However, for some reasons, some applications may prefer to use the BSD style IP_TOS/IPV6_TCLASS, this can be done by adding this line in pjlib/include/pj/config_site.h:

#define PJ_QOS_IMPLEMENTATION PJ_QOS_BSD

Change History (2)

comment:1 Changed 7 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 5658:

Close #2044: Compile time setting for QoS using IP_TOS/IPV6_TCLASS on Darwin OS

comment:2 Changed 7 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.