• 大小: 104KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签: http  代理  

资源简介

使用vc6.0采用多线程实现的http代理程序,高效、稳定、可靠,给大家参考,互相学习。

资源截图

代码片段和文件信息

// HttpProxy.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“

#include   
#include  
#include  
#include
#include “time.h“
#include 
#include “winbase.h“
#include “shellapi.h“
#include   
#include 
#include   
#include 

using namespace std;

#define THREADNUM 100

#define MAX_TOMEOUT     10000   
#define MAX_SOCKET      5000   
#define MAX_CHARBUFF    20480   
#define MAX_HOSTNAME    256   
#define DEFPORT         80   
#define LISPORT         8081   
#define DEFLISNUM       500   
#define HEADLEN         7   


struct sendofsck  
{  
SOCKET Rsck;  
SOCKET Ssck;  
char *Buff;  
};  

DWORD DoClientWorkA(SOCKET  Client

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13865  2014-07-15 08:45  httpProxy\HttpProxy.cpp

     文件       4605  2012-02-18 12:18  httpProxy\HttpProxy.dsp

     文件        526  2012-02-07 19:34  httpProxy\HttpProxy.dsw

     文件      58368  2014-07-16 08:45  httpProxy\HttpProxy.ncb

     文件     258048  2014-07-16 08:45  httpProxy\HttpProxy.opt

     文件       1339  2014-07-15 08:34  httpProxy\HttpProxy.plg

     文件      40960  2014-07-15 08:34  httpProxy\Release\HttpProxy.exe

     文件      13212  2014-07-15 08:34  httpProxy\Release\HttpProxy.obj

     文件        228  2014-07-15 08:33  httpProxy\Release\StdAfx.obj

     文件      41984  2014-07-15 08:43  httpProxy\Release\vc60.idb

     文件         19  2013-05-01 12:09  httpProxy\StdAfx.cpp

     文件        769  2013-05-01 12:09  httpProxy\StdAfx.h

     目录          0  2014-08-05 08:39  httpProxy\Release

     目录          0  2014-07-16 08:45  httpProxy

----------- ---------  ---------- -----  ----

               433923                    14


评论

共有 条评论