資源簡介
親測好用,挺不錯的資源,大家快來下載吧!挺有用的!需要的話可以來下載哦!可以拿到滿分的網絡代理,采用讀者優先的方式避免競爭,避免了pipe broken造成的服務器中斷。
代碼片段和文件信息
#include?
#include?“csapp.h“
#include?
//the?const?variable?below?are?requested?in?the?reference
static?const?char?*user_agent_hdr?=?“User-Agent:?Mozilla/5.0?(X11;?Linux?x86_64;?rv:10.0.3)?Gecko/20120305?Firefox/10.0.3\r\n“;
static?const?char?*connect_hdr?=?“Connection:?close\r\n“;
static?const?char?*proxy_hdr?=?“Proxy-Connection:?close\r\n“;
static?const?char?*connection_key?=?“Connection“;
static?const?char?*user_agent_key=?“User-Agent“;
static?const?char?*proxy_connection_key?=?“Proxy-Connection“;
static?const?char?*host_key?=?“Host“;
//the?micro?below?show?some?string?type?and?cache?size
#define?EOF_TYPE?1
#define?HOST_TYPE?2
#define?OTHER_TYPE?3
#define?MAX_CACHE_SIZE?1049000
#define?MAX_object_SIZE?102400
#define?CACHE_NUM?10
int?getType(char?*buf);
void?doit(in
- 上一篇:韓國產品模板
- 下一篇:完整版 FX3U 3G 3GA PLC解密.zip
評論
共有 條評論