#include "stdafx.h"#include "IPv6.h" int _tmain(int argc, _TCHAR* argv[]){ CIPv6 m_ipv6; m_ipv6.CreateServer(); //采用默认创建服务器, //如果你成功安装了IPv6... Read More
posted @ 2015-08-20 12:02 BloodAndBone Views(200) Comments(0) Diggs(0) Edit