📄 tcpexample.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -