sip2p.h
来自「a open source project in linux for peer 」· C头文件 代码 · 共 25 行
H
25 行
#ifndef SIP2P_H#define SIP2P_H#include <string>#include <map>// Data read from settings file = GLOBAL VARIABLESint s2pServerPort;std::string s2pServerIP;std::string kadcIniFile;bool DEBUG = false;std::map<std::string, std::string> dummyUsers;bool DUMMY_PUBLISH = false;bool DUMMY_FAST_SEARCH = false;// Name of the log filestd::string logFileName = "sip2p.log";// Function definitionsbool readSettings(char* fileName);#endif //SIP2P_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?