4 This directory contains the implementation for the ACE QoS API (AQoSA).
10 AQoSA makes use of the GQOS API under Windows 2000. The minimum
13 1. June98 Platform SDK or later.
14 2. Link with ws2_32.lib
16 More information about GQOS is available from the MSDN website:
17 http://msdn.microsoft.com/msdn-files/026/002/258/Search.asp
19 -------------------------------------------------------------------------------
23 AQoSA makes use of the RSVP API (RAPI) under UNIX.
24 RAPI can be obtained from: ftp://ftp.isi.edu/rsvp/release/.
25 rsvpd.rel4.2a4-1 may require patches in order to compile
26 under current versions of Linux. Contact Craig Rodrigues <crodrigu@bbn.com>
27 to obtain these patches.
29 The following lines should be added to your platform_macros.GNU file
30 before building AQoSA:
32 PLATFORM_RAPI_CPPFLAGS += -I[path to RAPI header files]
33 PLATFORM_RAPI_LIBS += -lrsvp
34 PLATFORM_RAPI_LDFLAGS += -L[path to RAPI library files]
40 More information about RAPI can be found at:
42 http://www.opengroup.org/onlinepubs/9619099/toc.htm
43 http://www.sun.com/software/bandwidth/rsvp/docs/
44 http://www.tru64unix.compaq.com/faqs/publications/base_doc/DOCUMENTATION/V51_HTML/ARH9UCTE/TOC.HTM#RSVPCHXX
46 -------------------------------------------------------------------------------
51 The test for AQoSA is located in $ACE_ROOT/examples/QOS