sipxtacklib  Version 3.3
QoS.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 
12 #ifndef _QoS_h_
13 #define _QoS_h_
14 
15 // DEFINES
16 #define QOS_LAYER2_LOW_DELAY_PRIO 5
17 #define QOS_LAYER3_LOW_DELAY_IP_TOS 0xb8
18 #define QOS_LAYER3_HIGH_RELIABILITY 0x64
19 
20 #endif // _QoS_h_

sipXtackLib home page