Welcome![Sign In][Sign Up]
Location:
Search - C Socket UDP

Search list

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。
Platform: | Size: 1689 | Author: 小强 | Hits:

[Windows DevelopTCPIP Socket编程实例

Description: Socket编程示例-Socket Programming Example
Platform: | Size: 13312 | Author: 保镖 | Hits:

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[ICQ-IM-Chatudp

Description: 最基本的聊天程序,UDP实现,Socket,便于零基础者初步学习网络套接字编程(注释清晰)-Basic chat program, UDP achieve, Socket, zero basis to facilitate initial learning network socket programming (Note clear)
Platform: | Size: 2048 | Author: 刘文旭 | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Multimedia programsocket

Description: 编译好的网络通信的socket编程实例,TCP通信与UDP通信-Network compiled examples of socket programming, TCP and UDP communication communication
Platform: | Size: 27648 | Author: 水城男孩 | Hits:

[TCP/IP stacktcs.c

Description: 实现UDP传输 for linux udp socket -for linux udp socket
Platform: | Size: 1024 | Author: 大彬 | Hits:

[TCP/IP stacksocket

Description: 跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
Platform: | Size: 4096 | Author: danny | Hits:

[ELanguageclient_udp

Description: C++ SOCKET UDP IMPLIMENTATION
Platform: | Size: 1024 | Author: zakibsix | Hits:

[assembly languageclient-udp-ip

Description: C++ SOCKET UDP/IP IMPLIMENTATION
Platform: | Size: 1024 | Author: zakibsix | Hits:

[Internet-Networkudp

Description: 用C语言编写的基于UDP的SOCKET的网络通信程序-Using C language UDP-based network communication program SOCKET
Platform: | Size: 4773888 | Author: year | Hits:

[Internet-Networkraw.c.tar

Description: 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
Platform: | Size: 1024 | Author: czl | Hits:

[Internet-NetworkC# Socket demo

Description: c#开发的网络通讯的demo,包括tcp,udp,发送邮件;(C# developed demo for network communications, including TCP, UDP, and sending mail;)
Platform: | Size: 28672 | Author: vivio123 | Hits:

[OtherC_ Socket TCPUDP

Description: 自己编写的C#TCP.UDP小程序,给初学者提供参考(C#TCP.UDP applet written by himself, to provide reference for beginners)
Platform: | Size: 11030528 | Author: xiaweiz | Hits:

[Linux-Unixsocket UDP

Description: TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是UDP。 原始socket:原始套接字允许对底层协议如TP或ICMP进行直接访问,它功能强大但使用复杂,主要用于一些协议的开发。(Socket implementation of UDP communication)
Platform: | Size: 1024 | Author: LoenWolf | Hits:

[CSharpC#socket debug tools

Description: 一个强大的网络通信调试工具,强烈推荐下载看看,很适合学习,功能也很强大。(A powerful network communication debugging tool, strongly recommended download look, very suitable for learning, also powerful.)
Platform: | Size: 6500352 | Author: 孤独小虾002 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net