?? 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 + -