Changes between Initial Version and Version 2 of Ticket #2044


Ignore:
Timestamp:
Sep 25, 2017 2:28:24 AM (7 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2044

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #2044 – Description

    initial v2  
    1 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}}}, and currently there is no configuration setting to allow that. 
    2  
     1Since 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}}}: 
     2{{{ 
     3#define PJ_QOS_IMPLEMENTATION PJ_QOS_BSD 
     4}}}