⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ospconfig.h

📁 mgcp协议源代码。支持多种编码:g711
💻 H
字号:
/**########################################################################*########################################################################*########################################################################*                                                               *   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -