Greetings.
I develop SIP/RTP-based softphone.
My customer wants to set QoS DSCP “Expedited Forwarding” bits in RTP packets.
I studied the google results and now understand what is it 🙂
However XP does not have reliable API for such thing.
I found the next blog entry:
http://blogs.msdn.com/wndp/archive/2007/11/14/throttling-dscp-and-802-1p-with-the-traffic-control-api.aspx
There is the next advice:
However, the requirement that your application must have the admin or network configuration operator privilege still holds. One possible way to work around it is to write your own miniport driver and mark your application packets there.
What I want to ask you –
1) can I make mentioned miniport driver using WinPkFilter?
2) Does application need admin rights to load this driver?
Thank you 🙂