ospconfig.h

来自「mgcp协议源代码。支持多种编码:g711」· C头文件 代码 · 共 49 行

H
49
字号
/**########################################################################*########################################################################*########################################################################*                                                               *   COPYRIGHT (c) 1998, 1999 by TransNexus, LLC                          *                                                                    *   This software contains proprietary and confidential information  *   of TransNexus, LLC. Except as may be set forth in the license    *   agreement under which this software is supplied, use, disclosure, *   or reproduction is prohibited without the prior, express, written*   consent of TransNexus, LLC.                                      *                                     *******#########################################################################*#########################################################################*#########################################################################*//* * ospconfig.h - OSP configuration items */#ifndef _OSPCONFIG_H#define _OSPCONFIG_H#include "osp.h"#define OSPC_AUDIT_MAX_SPACE            1024 * 10   /* 10 K */   #define OSPC_AUDIT_MAX_TIME             60 * 60     /* 1 hour in seconds */      #define OSPC_AUDIT_MAX_MESSAGES         100#define OSPC_AUDIT_RETRY_DELAY          3#define OSPC_AUDIT_RETRY_LIMIT          1#define OSPC_DEFAULT_SSLLIFETIME        4 * 60 * 60 /* 4 hours in seconds */#define OSPC_DEFAULT_HTTPMAXCONNECTIONS 1           /* at least one */#define OSPC_DEFAULT_HTTPPERSISTENCE    60          /* seconds */#define OSPC_DEFAULT_HTTPRETRYDELAY     2           /* seconds */#define OSPC_DEFAULT_HTTPTIMEOUT        3 * 1000    /* 3 seconds in milliseconds */#define OSPC_DEFAULT_PROBE_CONNECT      1 * 1000    /* 1 second in milliseconds */#define OSPC_DEFAULT_BLOCKING_FLAG      OSPC_FALSE#endif

⌨️ 快捷键说明

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