tcpexample.h

来自「vxWork, VOIP playback function. used in 」· C头文件 代码 · 共 14 行

H
14
字号
/* tcpExample.h- header used by both TCP server and client examples */#define PLAYBACK_FILE "/tgtsvr/Audio.out"#define SERVER_WORK_PRIORITY 5  /* priority of server's work task */#define SERVER_STACK_SIZE 10000 /* stack size of server's work task */#define SERVER_MAX_CONNECTIONS 4 /* max clients connected at a time */#define MAX_LINE 2048 /* max size of data per block */#define REPLY_MSG_SIZE 500 /* max size of reply message */#define MAX_REC_BLOCK 10  void loadBuffer(char b[MAX_LINE]);

⌨️ 快捷键说明

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