搜索资源列表
Session
- C# networking programme, using the different session for call a broadcast send to different specailizied endpoints of connected client. the main functions programme was stored on a DLL for later callback-C# Networking programme, using the different
netstatp
- 这个程序是Netstat的一个实现,可列举UDP/TCP联接信息。-This program implements a subset of the Netstat program s functionality. Specifically, it enumerates and displays information about all UDP and TCP endpoints.
chat-Socket
- 在多个 I/O 端点之间实现多对多的通信。基于 SOCKET 的局域网通信是一种灵活的、易于实现的、低成本的方法。它可以运行在各种使用 TCP/IP 协议作为通讯协议的网络上。而在 SOCKET API 的帮助下,开发基于 SOCKET 的局域网通信软件也是易于实现的-In a number of I/O between the endpoints to achieve many-to-many communication. Based on the SOCKET network communi
TcpUdp1
- 实现TCP流通信和UDP数据报通信服务端开启服务,根据IP地址和端口号获取网络端点,创建监听Scoket根据网络端点绑定服务器,保持监听状态,接受客户端的连接请求,为连接创建一个新的Scoket(clientScoket),服务端可以根据clientScoket获得该客户端发送的消息和发送消息给客户端。 2,客户端连接服务器,创建一个serverScoket根据客户端的网络端点与服务器建立连接,客户端可以获取服务端的消息也可以发送消息给服务端。 -The TCP stream co
CODE
- Service prioritization among different traffic classes is an important goal for the Internet. Conventional approaches to solving this problem consider the existing best-effort class as the low-priority class, and attempt to develop mechanisms that pr
nmap_v6.46_setup
- nmap是一个网络连接端扫描软件,用来扫描网上电脑开放的网络连接端。确定哪些服务运行在哪些连接端,并且推断计算机运行哪个操作系统。它是网络管理员必用的软件之一,以及用以评估网络系统安全。-Nmap is a network connection scanning software, used to scan the network computer open network connection. Determine which services run on which endpoints,
server-client
- ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service from a client. Socket repre