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

📄 whipproxy.h

📁 基于G.shdsl标准应用的whip应用函数程序
💻 H
字号:
/*********************************************************************/
/* Copyright (c) 1999, 2000 GlobeSpan Inc.                           */
/* Unpublished - All rights reserved under the Copyright Laws of     */
/* the United States.                                                */
/* No part of this source code may be copied, used, or modified      */
/* without the express written consent of GlobeSpan.                 */
/*********************************************************************/

/*
** <FILE_NAME>    WhipProxy.h
** <FILE_PURPOSE> Header file for WhipProxy.c.
*/

#if !defined (WHIPPROXY_H)
#define WHIPPROXY_H

#define CO_SERVER_PORT_NUM         8700   /* CO port # */
#define SERVER_MAX_CONNECTIONS  1

#define WHIP_MAX_MSG_SIZE   1024

extern int TcpWhipProxy(int);
extern void TcpWhipProxyExit(char*);

#endif /* !defined(WHIPPROXY_H) */

/*
$History:$
*/

⌨️ 快捷键说明

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