Skip to content

Commit

Permalink
Update the QoS DSCP map to follow RFC4594 guidelines (#3610)
Browse files Browse the repository at this point in the history
Change-Id: If063c2827117f0908035bc67b94b97e3f103b9e2
  • Loading branch information
nanangizz authored and aberaud committed Feb 18, 2024
1 parent 8978833 commit 7fa6e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pjlib/src/pj/sock_qos_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ static const pj_qos_params qos_map[] =
/* flags dscp prio wmm_prio */
{ALL_FLAGS, 0x00, 0, PJ_QOS_WMM_PRIO_BULK_EFFORT}, /* BE */
{ALL_FLAGS, 0x08, 2, PJ_QOS_WMM_PRIO_BULK}, /* BK */
{ALL_FLAGS, 0x28, 5, PJ_QOS_WMM_PRIO_VIDEO}, /* VI */
{ALL_FLAGS, 0x30, 6, PJ_QOS_WMM_PRIO_VOICE}, /* VO */
{ALL_FLAGS, 0x20, 5, PJ_QOS_WMM_PRIO_VIDEO}, /* VI */
{ALL_FLAGS, 0x2E, 6, PJ_QOS_WMM_PRIO_VOICE}, /* VO */
{ALL_FLAGS, 0x38, 7, PJ_QOS_WMM_PRIO_VOICE}, /* CO */
{ALL_FLAGS, 0x28, 5, PJ_QOS_WMM_PRIO_VIDEO} /* SIG */
};
Expand Down

0 comments on commit 7fa6e90

Please sign in to comment.