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/include/pjlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pjlib/include/pjlib.h') diff --git a/pjlib/include/pjlib.h b/pjlib/include/pjlib.h index fa88510b..648c594a 100644 --- a/pjlib/include/pjlib.h +++ b/pjlib/include/pjlib.h @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3