Changes between Version 9 and Version 10 of QoS
- Timestamp:
- Sep 16, 2015 4:54:14 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QoS
v9 v10 28 28 === Layer 3: DSCP === 29 29 30 At the Internet layer, you can use Differentiated Services/Diffserv and set the value of the Differentiated Services Code Point (DSCP) in the IP header. As defined in RFC 2472, the DSCP value is the high-order 6 bits of the IP version 4 (IPv4) TOS field and the IP version 6 (IPv6) Traffic Class field.30 At the Internet layer, you can use Differentiated !Services/Diffserv and set the value of the Differentiated Services Code Point (DSCP) in the IP header. As defined in RFC 2472, the DSCP value is the high-order 6 bits of the IP version 4 (IPv4) TOS field and the IP version 6 (IPv6) Traffic Class field. 31 31 32 32 === Layer 3: Other === … … 44 44 45 45 || || Win2k/older || XP, Vista, WM2003, WM5 || WM6 || Symbian S60 || Linux || MacOS X || iPhone || Android || 46 || High level API || Yes || No || Yes || Yes || Yes || Yes || Yes || No^1)^ ||46 || High level API || Yes || No || Yes || Yes || Yes || Yes || Yes || Yes^1)^ || 47 47 || API backend || qos_bsd.c^2)^|| qos_dummy.c || qos_wm.c || qos_symbian.cpp || qos_bsd.c || qos_bsd.c || qos_bsd.c || qos_bsd.c || 48 48 || DSCP is supported || Yes || No || Yes || Yes || Yes || Yes || Yes || Yes || … … 54 54 55 55 Notes: 56 1) Currently there's no PJSUA2 API to directly set QoS[[BR]]56 1) Via PJSUA2 API !TransportConfig, fields qosType and qosParams.[[BR]] 57 57 2) On win32, sock_qos_dummy.c is used by default. Set {{{PJ_QOS_IMPLEMENTATION}}} to {{{PJ_QOS_BSD}}} to enable the use of sock_qos_bsd.c.[[BR]] 58 58 3) In our test, setting SO_PRIORITY showed no error, but wireshark traffic revealed that it's not set.