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/Makefile | 3 +- pjlib/build/pjlib.dsp | 12 + pjlib/build/pjlib.vcproj | 2442 +++++++++++++++++++++++----------------------- 3 files changed, 1245 insertions(+), 1212 deletions(-) (limited to 'pjlib/build') diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile index c3819f34..439c7fa6 100644 --- a/pjlib/build/Makefile +++ b/pjlib/build/Makefile @@ -25,7 +25,8 @@ export PJLIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ activesock.o array.o config.o ctype.o errno.o except.o fifobuf.o \ guid.o hash.o ip_helper_generic.o list.o lock.o log.o os_time_common.o \ pool.o pool_buf.o pool_caching.o pool_dbg.o rand.o \ - rbtree.o sock_common.o string.o timer.o types.o + rbtree.o sock_common.o sock_qos_common.o sock_qos_bsd.o \ + string.o timer.o types.o export PJLIB_CFLAGS += $(_CFLAGS) ############################################################################### 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 diff --git a/pjlib/build/pjlib.vcproj b/pjlib/build/pjlib.vcproj index 2f036039..7f4ee00e 100644 --- a/pjlib/build/pjlib.vcproj +++ b/pjlib/build/pjlib.vcproj @@ -34,11 +34,11 @@ + + + + - - + + + + - - + + - - - - - - + + + + + + + + @@ -5893,17 +5909,15 @@ /> - - - + + + + + -- cgit v1.2.3