server/dep/ACE_wrappers/ace/QoS
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00:00
..
ACE_QoS.pc.in [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
ACE_QoS_Export.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
Makefile.am [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
Makefile.in [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
qos.mpc [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Decorator.cpp [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Decorator.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Manager.cpp [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Manager.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session_Factory.cpp [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session_Factory.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session_Impl.cpp [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session_Impl.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_Session_Impl.inl [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
QoS_vc8.sln Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc8.vcproj Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc9.sln Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc9.vcproj Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc10.sln Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc10.vcxproj Some missing from merge. 2020-02-16 02:50:23 +00:00
QoS_vc10.vcxproj.filters Some missing from merge. 2020-02-16 02:50:23 +00:00
README [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
SOCK_Dgram_Mcast_QoS.cpp [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
SOCK_Dgram_Mcast_QoS.h [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00
SOCK_Dgram_Mcast_QoS.inl [11162] Changed ACE lib to same version but with configure script 2011-02-14 12:51:16 +03:00

$Id: README 80826 2008-03-04 14:51:23Z wotte $

ACE QoS API (AQoSA)
===================

This directory contains the implementation for the ACE QoS API (AQoSA).

BUILD REQUIREMENTS
==================
WIN2K :

AQoSA makes use of the GQOS API under Windows 2000.  The minimum
requirements are:

1. June98 Platform SDK or later.
2. Link with ws2_32.lib 

More information about GQOS is available from the MSDN website:
http://msdn.microsoft.com/msdn-files/026/002/258/Search.asp

-------------------------------------------------------------------------------

UNIX :

AQoSA makes use of the RSVP API (RAPI) under UNIX.
RAPI can be obtained from: ftp://ftp.isi.edu/rsvp/release/.
rsvpd.rel4.2a4-1 may require patches in order to compile
under current versions of Linux.  Contact Craig Rodrigues <crodrigu@bbn.com>
to obtain these patches.

The following lines should be added to your platform_macros.GNU file
before building AQoSA:

PLATFORM_RAPI_CPPFLAGS += -I[path to RAPI header files]
PLATFORM_RAPI_LIBS += -lrsvp
PLATFORM_RAPI_LDFLAGS += -L[path to RAPI library files]

1. Compile AQoSA with 
       
   make rapi=1 

More information about RAPI can be found at:

http://www.opengroup.org/onlinepubs/9619099/toc.htm
http://www.cs.wustl.edu/~vishal/qos.html
http://www.sun.com/software/bandwidth/rsvp/docs/
http://www.tru64unix.compaq.com/faqs/publications/base_doc/DOCUMENTATION/V51_HTML/ARH9UCTE/TOC.HTM#RSVPCHXX

-------------------------------------------------------------------------------

TEST
====

The test for AQoSA is located in $ACE_ROOT/examples/QOS