linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] PATCH: oRTP QOS/DSCP support


From: Nicholas J Humfrey
Subject: [Linphone-developers] PATCH: oRTP QOS/DSCP support
Date: Fri, 28 Jul 2006 17:50:35 +0100

Hi,

I have written a patch to the oRTP CVS to add Quality of Service (QOS)/ Differentiated Services Code Point (DSCP) support. It adds two new functions:

int rtp_session_set_dscp(RtpSession *session, int dscp);
int rtp_session_get_dscp(RtpSession *session);

DSCP re-uses the old TOS field in the IPv4 packet header.

EF (expedited forwarding, DSCP value 0x2E) is commonly used by Voice Over IP applications.


nick.

Attachment: qos-dscp.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]