-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
双机之间进行通讯的一个小协议,可以在两台电脑之间传送消息!...
双机之间进行通讯的一个小协议,可以在两台电脑之间传送消息!-Two-machine communication between a small agreement, you can send messages between two computers!
- 2022-01-30 19:44:04下载
- 积分:1
-
线程池,和socket的绑定及数据处理的 入门结构
线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
- 2022-01-22 00:50:15下载
- 积分:1
-
网络服务器示例程序
网络服务器示例程序-network server sample program
- 2022-05-19 08:59:31下载
- 积分:1
-
使用Global.asax定时扫描指定ip地址,并写入数据库
使用Global.asax定时扫描指定ip地址,并写入数据库-Use Global.asax regularly scan the specified ip address and write the database
- 2022-03-01 21:14:34下载
- 积分:1
-
局域网查询工具的源代码 是学习多线程编程。Windows API Helper wincap 编程的好例子,大家一定不要错过了!...
局域网查询工具的源代码 是学习多线程编程。Windows API Helper wincap 编程的好例子,大家一定不要错过了!-Local area network query tool is to learn the source code for multi-threaded programming. Windows API Helper wincap a good example of programming, we must not miss!
- 2022-07-04 16:26:57下载
- 积分:1
-
DNS(域名解析)程序
DNS(域名解析)程序-DNS (domain name analysis) procedure
- 2022-07-19 17:35:13下载
- 积分:1
-
获得指定网卡序号的Mac地址,C语言函数代码
获得指定网卡序号的Mac地址,C语言函数代码-Access to the designated card serial number of the Mac address, C language function code
- 2022-04-10 00:17:23下载
- 积分:1
-
这是一个免费的用于局域网的小工具,网络邻居可以快捷地浏览工作组内的计算机。...
这是一个免费的用于局域网的小工具,网络邻居可以快捷地浏览工作组内的计算机。-This is a free mini tool using in LAN to browse computer in workgroup quickly through network neighbor.
- 2022-03-26 00:08:03下载
- 积分:1