whipproxy.h

来自「基于G.shdsl标准应用的whip应用函数程序」· C头文件 代码 · 共 31 行

H
31
字号
/*********************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?