rvcbaseconfig.h

来自「基于h323协议的软phone」· C头文件 代码 · 共 46 行

H
46
字号
/***********************************************************************
Filename   : rvcbaseconfig.h
Description: cbase configuration
************************************************************************
        Copyright (c) 2001 RADVISION Inc. and RADVISION Ltd.
************************************************************************
NOTICE:
This document contains information that is confidential and proprietary
to RADVISION Inc. and RADVISION Ltd.. No part of this document may be
reproduced in any form whatsoever without written prior approval by
RADVISION Inc. or RADVISION Ltd..

RADVISION Inc. and RADVISION Ltd. reserve the right to revise this
publication and make changes without obligation to notify any person of
such revisions or changes.
***********************************************************************/
#ifndef RV_CBASECONFIG_H
#define RV_CBASECONFIG_H

/* Include configuration definitions. Look at this file for possible settings */
#include "rvcbasedefs.h"

#define RV_CONNMGR_MAX_MESSAGE_SIZE 2048 /* Maximum size of a datagram message supported */

/* rvqueue: Select queue type to use */
#define RV_QUEUE_TYPE RV_QUEUE_STANDARD

/* rvtimer: Select timer type to use */
#define RV_TIMER_TYPE RV_TIMER_STANDARD

/* rvtimerengine: Select timer engine type to use */
#define RV_TIMERENGINE_TYPE RV_TIMERENGINE_STANDARD

/* rvnethost: Select network host type to use */
#define RV_NETHOST_TYPE RV_NETHOST_STANDARD

/* rviolayer: Select I/O layer type to use */
#define RV_IOLAYER_TYPE RV_IOLAYER_SINGLETHREADED

/* The compile time mask for logging.  */
#if !defined(RV_LOGMASK_COMPILEMASK) /* Don't over-ride a compile line setting */
#define RV_LOGMASK_COMPILEMASK RvUint8Const(0xff)
#endif

#endif /* RV_CBASECONFIG_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?