⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commondef.h

📁 Linux TSE 源代码! 保贵十分
💻 H
字号:
#ifndef _COMMON_DEF_H_030717_#define _COMMON_DEF_H_0300717_const int PORT_NUMBER = 80;#define HTTP_VERSION		"HTTP/1.0"#define DEFAULT_USER_AGENT	"Tse"#define VERSION			"1.0"const int DEFAULT_TIMEOUT = 30;              /* Seconds to wait before giving up					 	 * when no data is arriving */const int REQUEST_BUF_SIZE = 1024;const int HEADER_BUF_SIZE = 1024;const int DEFAULT_PAGE_BUF_SIZE = 1024 * 200;      /* 200K should hold most things */const int MAX_PAGE_BUF_SIZE = 5 * 1024 * 1024;      /* 5MB is up limit */pthread_mutex_t mymutex = PTHREAD_MUTEX_INITIALIZER;/////////////////////////////// collectionextern map<string,string> mapCacheHostLookup;extern map<unsigned long,unsigned long> mapIpBlock;typedef map<unsigned long,unsigned long>::value_type valTypeIpBlock;extern set<string> setVisitedUrlMd5;////////////////////////////#endif /* _COMMON_DEF_H_0300717_ */

⌨️ 快捷键说明

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