
套接字编程
文章平均质量分 88
_王川
屌丝程序员
展开
-
网络编程:广播
服务器端:// Server.cpp : Defines the entry point for the console application.//#include "stdio.h"#include using namespace std;#include #include #pragma comment(lib, "wsock32.lib")#define SERVE原创 2014-03-12 19:11:16 · 1487 阅读 · 0 评论 -
网络编程:三次握手
服务器端:// Server.cpp : Defines the entry point for the console application.//#include "stdio.h"#include using namespace std;#include #include #include #pragma comment(lib, "wsock32.lib")#d原创 2014-03-12 19:01:05 · 1367 阅读 · 0 评论 -
网络编程:IP包解析
注:main.cpp:#include #include"mstcpip.h"#include#include#include#include #pragma comment(lib, "ws2_32.lib")using namespace std; typedef struct _IP_HEADER //定义IP头{ union { BYTE原创 2014-03-14 16:34:31 · 1883 阅读 · 1 评论 -
套接字编程
网络编程:三次握手原创 2014-03-12 19:01:41 · 680 阅读 · 0 评论