📄 btserver.h
字号:
#ifndef _BTSERVER_H_#define _BTSERVER_H_//server version#define BTSR_VER_MAJOR 2#define BTSR_VER_MINOR 1// the maximal number of connections allowed to this server#define BTSR_BUFFER_SIZE 4096#define BTSR_RECEIVE_TIMEOUT 100000 //us#endif //_BTSERVER_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -