Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - tcp socket server
Search - tcp socket server - List
首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Date : 2009-10-29 Size : 26.86kb User : rita552129

用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the server and a client pairs procedure, studies the winsock very good source code!
Date : 2025-12-31 Size : 2.03mb User : 阿敏

首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP socket (UD P-defined port, the use of write-in process definition, must be greater than 1024). In this terminal server ports on the two monitors connected to accept from the client service requests. According to client instructions.
Date : 2025-12-31 Size : 152kb User : 李皓雯

本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Date : 2025-12-31 Size : 37kb User : ll

该例程使用tcp socket开发,测试大量tcp客户端用户同时连接、间歇断开等异常操作,测试服务器性能。-The routine use of tcp socket development, testing a large number of users at the same time the client tcp connection, intermittent disconnection, such as abnormal operation, the test server performance.
Date : 2025-12-31 Size : 28kb User : amiao

VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Date : 2025-12-31 Size : 57kb User : 林健

C语言编写的socket服务端测试程序,其中TestRecv_UDP为UDP服务端程序,TestRecv_TCP为TCP服务端程序,供初学者参考-C language socket server test procedure, which TestRecv_UDP for the UDP server program, TestRecv_TCP for the TCP server program for beginners reference
Date : 2025-12-31 Size : 1kb User : nin

一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址-CSharp prepared using a chat room, which is not perfect, the client needs of hard-coded server address
Date : 2025-12-31 Size : 1.29mb User : 李亚明

TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
Date : 2025-12-31 Size : 56kb User : xgc

一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
Date : 2025-12-31 Size : 2.24mb User : 邹伟

socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
Date : 2025-12-31 Size : 14kb User : 刘文战

开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
Date : 2025-12-31 Size : 6kb User : rae

VC 2008网络编程的例子,TCP socket Server例子之一。-VC 2008 example of network programming, TCP socket Server examples.
Date : 2025-12-31 Size : 79kb User : Tony

VC 2008网络编程的例子,TCP socket Server例子之2。-VC 2008 example of network programming, TCP socket Server examples of the.
Date : 2025-12-31 Size : 31kb User : Tony

it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
Date : 2025-12-31 Size : 4kb User : sandeep

网络编程里,实现socket的tcp通讯的服务器端的程序实现。-Network programming, the implementation of the tcp socket server communication program implementation.
Date : 2025-12-31 Size : 37kb User : zhanghengyuan

简单TCP服务器端,实现收发数据,多线程实现-Simple TCP server, send and receive data, multi-threaded implementation
Date : 2025-12-31 Size : 5kb User : sdf

这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改src/base.cpp 中的MAX_CLIENT_NUM参数调整server最大服务数 修改src/base.cpp 中的CLIENT_INTERVAL参数调整client发包间隔 修改Makefile 中的DEBUG参数确定是否输出调试信息 使用方法(This is a socket server implementation and testing of various IO models. Here, a variety of models are used to implement a TCP ECHO server that returns the contents sent by echo back to client. Client sends a request per second, and server maintains concurrent connections and performs them accordingly. The model has been implemented: Base: the most primitive echo server Thread: multithreaded model Select: select model Poll: poll model Epoll: epoll model parameter Modify src/clients.sh to generate a specified number of client Modify the MAX_CLIENT_NUM parameter in src/base.cpp to adjust the maximum number of server services Modify the CLIENT_INTERVAL parameter in src/base.cpp to adjust the client contract interval Modify the DEBUG parameter in the Makefile to determine whether output debugging information is out Usage method)
Date : 2025-12-31 Size : 11kb User : JIE2012

Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, another computer starts Client client, both ends can send messages to each other, and can receive to see)
Date : 2025-12-31 Size : 5.56mb User : 阳光小鹏

实现TCP,Socket服务端,一个简单的小程序(To realize the TCP Socket server, a simple small program)
Date : 2025-12-31 Size : 246kb User : MrWonderA
« 12 3 4 5 6 7 8 9 10 ... 17 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.