summaryrefslogtreecommitdiff
path: root/ACE/ace/QoS/README
blob: 870812aa0db9cff3ec88b67d11f5b05bc7ac0083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54


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.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