登录
首页 » Windows Socket编程 » TCP打洞参考 TCP打洞参考

TCP打洞参考 TCP打洞参考

于 2023-08-04 发布 文件大小:237.98 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

TCP打洞参考 TCP打洞参考-TCP holes holes TCP reference reference

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 非常好的Socket多线例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线...
    非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
    2022-03-14 09:52:20下载
    积分:1
  • Through the structures on the remote host a remote dictionary service server, ot...
    通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -Through the structures on the remote host a remote dictionary service server, other hosts can RemoteLookup client program will need to send word query the remote host, remote hosting service server dictionary word to return to the Chinese interpretation of the results to the client host, in client start-up services, you can use client-side online query word, the program has not demonstrated the use of packaging as well as the Windows SDK programming SOCKET typical process.
    2022-03-17 01:23:57下载
    积分:1
  • 这是完整的一个C/S的客户服务端序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再...
    这是完整的一个C/S的客户服务端程序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再接好)过了一会网络恢复正常,客户端能自动连接到服务器端,不能人工干涉! 我查了一些资料,在VC里有一个函数OnTimer(nIDEvent)可以定时产生事件!可以实现这个功能,但是我用了,还是连不上,请大家帮帮忙吧!做好后给我发到我的邮箱里!谢谢!-This is a complete C/S programe,but I hope put more function into it.Please help me.Fllowing is I ll want to do.When client is communicating with server normally,the network link is down. After while the link recovery(ie,I take the cable out from the computer then plug it in.)The Client can reconnect the server automatically not redo by human.I study some reference information to do it.There is a function OnTimer(nIDEvent) in VC can send event message periodically.But I still can t reconnect.Please help me to do it and then mail to me. Thanks.
    2022-03-31 05:36:33下载
    积分:1
  • VC Socket document transmission source model, the sample can understand the basi...
    VC中用Socket传送文件示范源码,本示例可以了解Socket 的基本原理-VC Socket document transmission source model, the sample can understand the basic tenets of Socket
    2022-12-03 01:25:03下载
    积分:1
  • an integrated network started programming code : ftp browser/jbuilder9 compile!
    一个java网络编程的综合起步代码:ftp的浏览器,/jbuilder9编译通过!-an integrated network started programming code : ftp browser/jbuilder9 compile!
    2022-12-19 12:30:03下载
    积分:1
  • 一个利用Socket进行文件传输的例子。
    一个利用Socket进行文件传输的例子。-use for a file transfer example.
    2022-03-06 06:20:37下载
    积分:1
  • 显示网络流量的源代码,使用vc6.0,可以察看使用网络时的流量
    显示网络流量的源代码,使用vc6.0,可以察看使用网络时的流量-network traffic shows the source code, the use of vc6.0 can look at the use of network traffic
    2022-07-08 05:22:36下载
    积分:1
  • 首先,读者可以先将DDK原来的packet例子序备份,然后用改动后的驱动序源码覆盖原先的代码(即覆盖packet...
    首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:programsNTDDK src etwork ndispacket目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : programs NTDDK src network NDIS packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the co
    2023-06-15 10:50:03下载
    积分:1
  • 如果你的应用序使用MFC共享DLL,和您的应用
    If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.-If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to Ger
    2022-02-15 16:05:13下载
    积分:1
  • 用C#实现的网络聊天序,分为客户端和服务器端两个序,可以用...
    用C#实现的网络聊天程序,分为客户端和服务器端两个程序,可以用-C# Internet chat program, divided into client and server-side two procedures can be used
    2022-08-05 19:44:00下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载