p2p
孟建行
技术文章分享。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TCP穿透NAT
https://edu.51cto.com/course/28749.html原创 2021-08-08 07:36:59 · 312 阅读 · 0 评论 -
Torrent字符串类型合法性检测
// TorrentDataParse.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdlib.h> #include <string.h> #include <string> bool IsValidInt(char * pData, int & nNum) { char * pTemp = pData; int nState = 0; char c = 0; char buf.原创 2021-07-12 11:50:51 · 303 阅读 · 0 评论 -
Torrent整型数据类型合法性检测
// TorrentDataParse.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdlib.h> #include <string.h> bool IsValidInt(char * pData, int & nNum) { char * pTemp = pData; int nState = 0; char c = 0; char buf[256] = { 0 }; if (!pD.原创 2021-07-12 11:22:58 · 296 阅读 · 0 评论 -
P2P穿透实现
https://edu.51cto.com/course/28082.html pengyou原创 2021-06-12 10:42:42 · 1136 阅读 · 0 评论
分享