Welcome![Sign In][Sign Up]
Location:
Search - IPv6 socket

Search list

[WinSock-NDISSocket6

Description: IPv6 socket接口,用于在IPv6环境下的流媒体服务器-IPv6 socket interface for use in IPv6 environment streaming media server
Platform: | Size: 134921 | Author: ss | Hits:

[Documentsrfc2553

Description: Basic Socket Interface Extensions for IPv6
Platform: | Size: 23552 | Author: | Hits:

[Internet-NetworkSockets-1.8.3

Description: sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制的错误处理。-sockets API Packaging category, in UNIX and work under Win32 platform. SSL, IPv6, TCP/UDP sockets, TCP encryption, HTTP protocol, highly customizable error handling.
Platform: | Size: 202752 | Author: 贾志远 | Hits:

[Internet-Network原始套接字_广播

Description: 利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
Platform: | Size: 32768 | Author: 程拨 | Hits:

[Internet-NetworkSocket6

Description: IPv6 socket接口,用于在IPv6环境下的流媒体服务器-IPv6 socket interface for use in IPv6 environment streaming media server
Platform: | Size: 134144 | Author: ss | Hits:

[ISAPI-IEGetIPv6AddrMain

Description: 在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
Platform: | Size: 1024 | Author: 刘洋 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[Internet-Networklinux_chatting

Description: linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。-linux environment than chat program. Including server-side and client procedures, the use of IPv6 addresses. Socket socket learning programming help, using a number of standard library functions, one can refer to any Unix/Linux network programming books to learn.
Platform: | Size: 3072 | Author: 金琦 | Hits:

[Internet-Networkcpe09-tr06-ipv601-gychoi

Description: IPv6 socket programming in linux
Platform: | Size: 2048 | Author: cpe | Hits:

[Internet-NetworkHPScktSrvr-IPv6

Description: 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 based on Windows SChannel provider and supports SSL 2.0, SSL 3.0 and TLS 1.0 protocols in any combinations. 2) Simple Client/Server application used SSPI client authentication.
Platform: | Size: 77824 | Author: | Hits:

[Internet-NetworkCIPv6UDPDev

Description: ipv6 udp socket program
Platform: | Size: 53248 | Author: Young | Hits:

[Internet-NetworkIPv6CharRoom

Description: 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()  将文件大小、文件名信息发送到客户端  接收到客户端发来的确认信息  按块传送文件一个块  收到客户端的ACK,传送下一个文件块  发送结束信息  Client端,输入服务器的地址,连接服务器,连接后将文件按块,一块一块的接收到本地,并对接收到文件大小与服务器传送过来的文件信息做比较,判断文件传输的正确与否。  向服务器连接  保存发送过来的文件大小、文件名信息  按块接收文件一个块  发送的确认信息  收到结束信息  判断传输的正确与否 -1, are familiar with Socket programming under IPv4/IPv6 2, master key technologies Socket Programming 3, using Socket programming network applications Installation ipV6, in the cmd, type the command: ipv6 install Address for the network card configuration: ipv6 adu 4/fe80:: 214:38 ff: fe12: b8a4  Server-side, waiting for the client to connect it, the connection will file by blocks, one a client of the spread  waiting for clients to connect CTcpSocket* socket = new CTcpSocket ()  the file size, file name information is sent to the client  the client receives a confirmation message sent  a block by block transfer files  the client received ACK, send next block of a file  sending end of the message  Client-side, enter the server address, connect to the server, the connection will be the file by block, a reception to a local one, and the server receives the file size to send over the file informat
Platform: | Size: 2425856 | Author: zym | Hits:

[Communicationipv6detailedannotation

Description: 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既可以在IPv4网络上运行、又可以在IPv6网络上运行的可移植应用程序。. 本书是IPv6的权威参考书,适合网络设计和开发人员阅读。此外,本书还适合作为高校相关专业网络课程的教学参考书。-This book fully explain the IPv6 and related protocols, the de facto standard KAME, reveals the KAME IPv6 protocol stack all the details on each and every line of code in the end did what and why to be so designed to have carried out an explanation. The book is divided into seven chapters, describing the structure of IPv6 addresses, IPv6, ICMPv6, neighbor discovery and stateless address autoconfiguration, Transport Layer and the socket API extensions. Each chapter contains two main parts: the first part provides as RFC published a summary of the main protocol specification, defining a variety of protocols grouped in each group to explain the meaning and purpose of each field second part describes the to achieve these RFC s KAME data structure and functions. End of the book also provides some examples to illustrate how to write both in IPv4 networks running IPv6 networks and can run in portable applications. . This book is an authoritative reference IPv6 for network designers and d
Platform: | Size: 7183360 | Author: | Hits:

[Windows DevelopsocketIpv6

Description: 这是一个套接字程序,它独立运行在IPV6网络!-This is a socket program that runs on IPV6 network of independent!
Platform: | Size: 11641856 | Author: | Hits:

[Windows Developipv6

Description: vc下的socket编程,ipv6测试程序示例。-vc socket under the program, ipv6 test program example.
Platform: | Size: 8232960 | Author: rainov | Hits:

[Internet-NetworkSocket_Test

Description: socket 通讯程序,支持IPv4、IPv6,UDP、TCP通讯-socket communication program to support IPv4, IPv6, UDP, TCP communications
Platform: | Size: 242688 | Author: cn | Hits:

[TCP/IP stackC.Sockets

Description: 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 compliant. Older code only works with IPv4. Plenty of code included, as well as explanation.
Platform: | Size: 537600 | Author: Gno | Hits:

[Linux-UnixLinux-Network-Programming

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应用层网络服务程序、TCP编程、主机信息获取、数据IO复用、UDP编程、高级套接字、套接字选项、原始套接字、服务器模型、IPv6、Linux内核网络部分结构及分布、netfilter框架内报文处理。为了方便读者学习,《Linux网络编程》最后一个部分介绍了3个综合案例,包括应用层的Web服务器例子、简单的应用层网络协议站例子和内核层网防火墙的例子。 -"Linux Network Programming" Introduction: Linux is the most popular open source operating systems, network functionality in Linux, occupies the core position. "Linux Network Programming" step by step from the application layer to the Linux kernel, the basic knowledge from the point to the integrated case, the readers how to network programming under Linux. "Linux Network Programming" is divided into four parts: Linux part of program design, Linux user space part of network programming, Linux kernel network programming and integrated case some part. Includes an overview of Linux system, Linux programming environment, Linux File System Introduction, Linux processes and threads under, TCP/IP protocol suite, application layer network services program, TCP programming, host information access, data IO Multiplexing, UDP programming, advanced socket, socket option, the original socket, server model, IPv6, Linux kernel network part of the structure and distribution, netfilter framework of mess
Platform: | Size: 1734656 | Author: chinq | Hits:

[Linux-UnixIPv6-Network-Programming-(2004)

Description: 此书介绍如何基于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.
Platform: | Size: 2403328 | Author: test | Hits:

[TCP/IP stackTCP_IP socket编程

Description: 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。   《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.)
Platform: | Size: 19015680 | Author: supramolecular | Hits:
« 12 3 »

CodeBus www.codebus.net