From fdc0f2ecdb18b9176f87f55ee17f054ce107e8c7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 25 Oct 2009 09:02:07 +0000 Subject: Initial commit for ticket #950: QoS support: - implementation: - PJLIB (sock_qos*.*) - added QoS support in: - SIP UDP transport, - SIP TCP transport, - media UDP transport (done in pjsua-lib), - pjnath ICE stream transport, - pjnath STUN socket, - pjnath TURN client - added QoS options in pjsua-lib: - QoS fields in pjsua_transport_config - added "--set-qos" parameter in pjsua Notes: - QoS in TLS transport is not yet implemented, waiting for #957 - build ok on VS6, VS2005 (multiple targets), Carbide, and Mingw - no run-time testing yet git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2966 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/pjlib.dsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pjlib/build/pjlib.dsp') diff --git a/pjlib/build/pjlib.dsp b/pjlib/build/pjlib.dsp index 39d800cd..2b042567 100644 --- a/pjlib/build/pjlib.dsp +++ b/pjlib/build/pjlib.dsp @@ -341,6 +341,14 @@ SOURCE=..\src\pj\sock_common.c # End Source File # Begin Source File +SOURCE=..\src\pj\sock_qos_bsd.c +# End Source File +# Begin Source File + +SOURCE=..\src\pj\sock_qos_common.c +# End Source File +# Begin Source File + SOURCE=..\src\pj\sock_select.c # End Source File # Begin Source File @@ -589,6 +597,10 @@ SOURCE=..\include\pj\sock.h # End Source File # Begin Source File +SOURCE=..\include\pj\sock_qos.h +# End Source File +# Begin Source File + SOURCE=..\include\pj\sock_select.h # End Source File # Begin Source File -- cgit v1.2.3