搜索资源列表
Socket6
- IPv6 socket接口,用于在IPv6环境下的流媒体服务器-IPv6 socket interface for use in IPv6 environment streaming media server
GetIPv6AddrMain
- 在xp下获取ipv6地址,xp下获取ipv6地址需要经过特殊的方法,通过socket api不能直接获取ipv6地址-obtained in xp ipv6 addresses, xp obtained ipv6 addresses the need to undergo special way through socket api not directly address access ipv6
HPScktSrvr-IPv6
- High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported. Version 1.4. Included two demo: 1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode ba
IPv6CharRoom
- 1、熟悉IPv4/IPv6下Socket编程 2、掌握Socket编程关键技术 3、利用Socket编程实现网络应用 安装ipV6, 在cmd中键入命令:ipv6 install 为网卡配置地址:ipv6 adu 4/fe80::214:38ff:fe12:b8a4 Server端,等待客户端连接它,连接后将文件按块,一块一块的传到客户端 等待客户端连接 CTcpSocket* socket = new CTcpSocket(
cpe09-tr06-ipv601-gychoi
- IPv6 socket programming in linux
CIPv6UDPDev
- ipv6 udp socket program
ipv6detailedannotation
- 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既
socketIpv6
- 这是一个套接字程序,它独立运行在IPV6网络!-This is a socket program that runs on IPV6 network of independent!
ipv6
- vc下的socket编程,ipv6测试程序示例。-vc socket under the program, ipv6 test program example.
Socket_Test
- socket 通讯程序,支持IPv4、IPv6,UDP、TCP通讯-socket communication program to support IPv4, IPv6, UDP, TCP communications
C.Sockets
- Socket programming in C - use the currently accepted functions which are IPv6 compliant. Older code only works with IPv4. Plenty of code included, as well as explanation.-Socket programming in C - use the currently accepted functions which are IPv6 c
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
raw.c.tar
- RAW SOCKET API抓报监听链路层数据,简单的分析TCP、UDP、IPV6等协议-RAW SOCKET API Monitor reported catch data link layer, the simple analysis of TCP, UDP, IPV6 and other agreements
IPv6-Network-Programming-(2004)
- 此书介绍如何基于UNIX socket API来写IPv6应用,以及如何将IPv4应用兼容IPv6.-This book tries to outline how to write an IPv6-capable application on a UNIX socket API, or how to update your IPv4 application to be IPv6-capable.
IPv6Sockets
- IPv6 socket guide, title has to be long and long.-IPv6 socket guide, this is a easy guide showing how to using IPv6 in network programming
tuohai-ipv6.tar
- 根据套接口编程的流程图和 API 函数编写基于 IPv6 的客户端及服务器端程序,实现一个简单的两人聊天应用,即每个人在自己的机子上输入消息,能够使对方看见-IPv6-based client and server-side program according to the flowchart of socket programming and API to write to achieve a simple two chat application, that everyone in the
ipv6-broadcast
- IPV6环境下的socket广播程序,可以实现单点对多点的通信-IPV6 environment socket broadcast program can achieve a single point-to-multipoint communication
TCP_IP socket编程
- 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。 《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way t
Delphi IPv6 socket控件
- 对Delphi类TServerSocket和TClientSocket做了修改,增加IPv6协议支持。 修改后的类名为TIPV6ServerSocket和TIPV6ClientSocket。 使用方法与原类一致,仅需要在激活Socket前设置一下IPVer属性。
socket ipv6通信源码
- socket通信源码实现 ipv6;实现客户端和服务端socket的通信