CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - TCP 测试

搜索资源列表

  1. TCPtuntulv

    0下载:
  2. Tcp测试网络带宽,和吞吐率的相关程序实现
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:38950
    • 提供者:wangjingbuaa
  1. TCP

    0下载:
  2. TCP通讯,可以完成测试(服务器与客户端)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:9037
    • 提供者:ray
  1. fft2.0.rar

    0下载:
  2. 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-23
    • 文件大小:6356627
    • 提供者:小树林
  1. TCP

    0下载:
  2. TCP发包、收包C++源代码实现,可以用来测试TCP协议数据包的发送和接收。-TCP contract, closing package C++ source code can be used to test the TCP protocol to send and receive packets.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-12
    • 文件大小:19964464
    • 提供者:陈荣伟
  1. netperf-2.4.0.rar

    0下载:
  2. Netperf是一种网络性能的测量工具,主要针对基于TCP或UDP的传输。Netperf根据应用的不同,可以进行不同模式的网络性能测试,即批量数据传输(bulk data transfer)模式和请求/应答(request/reponse)模式。Netperf测试结果所反映的是一个系统能够以多快的速度向另外一个系统发送数据,以及另外一个系统能够以多块的速度接收数据。 Netperf工具以 client/server方式工作。server端是netserver,用来侦听来自client端的连接,c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1382459
    • 提供者:可乐
  1. TCP_tester

    0下载:
  2. TCP测试小工具,能够测试TCP,UDP,是很好的小软件。-TCP test a small tool that can test TCP, UDP, is a good little software.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-22
    • 文件大小:192775
    • 提供者:零乱
  1. COM-TCP

    0下载:
  2. 一款企业内部实际应用中的串口及TCP测试软件,功能强大,灵活设置一下,可用于你实际开发参考及测试。-A practical application within the enterprise in the serial and TCP test software, powerful and flexible set up what can be used to refer to you the actual development and testing.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:249074
    • 提供者:陈锦瑞
  1. tcp

    0下载:
  2. 用于测试网络接口的TCP传输峰值速率,支持Linux,Cygwin环境。-Network interface for testing the TCP transmission peak rate, to support Linux, Cygwin environment.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1909
    • 提供者:yikok
  1. ppp

    0下载:
  2. TCP/IP教程,协议、例程、ppp应用与测试等。-TCP/IP Tutorial, protocols, routines, ppp application and test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:50267
    • 提供者:王朝
  1. TCP_test

    1下载:
  2. lpc2478 ARM处理器的TCP以太网通信测试程序,lpc2400系列在通信方面功能强大,该程序为其内部以太网的TCP通信测试程序-lpc2478 ARM processor TCP Ethernet communications test procedure, lpc2400 series powerful communications, the program for the internal Ethernet TCP communications test procedure
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:116284
    • 提供者:gzy
  1. SocketTool

    0下载:
  2. TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:417127
    • 提供者:杨权新
  1. TCPServerClient

    0下载:
  2. 一个很好用的Tcp测试软件,包含客户端和服务器-A good test software used by Tcp, including client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:21051
    • 提供者:chendi
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:66315
    • 提供者:zym
  1. C_Programming_TcpServer_stress_test_tool_code

    0下载:
  2. C编程开发TcpServer压力测试工具代码C Programming TcpServer stress test tool code -C Programming TcpServer stress test tool code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1354975
    • 提供者:..
  1. UC-OS-TCP-IP-PPP-statck

    0下载:
  2. UC-OS下的TCP-IP-PPP协议栈,在VC环境下实现,有PPPtest测试程序-Under UC-OS system,TCP/IP/PPP statck source
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:396041
    • 提供者:杜山
  1. styleman_iocp

    0下载:
  2. iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:369126
    • 提供者:asdffd
  1. TCP-pgogram

    0下载:
  2. TCP联机测试程序 TCP联机测试程序-tcp english tcp english tcp english tcp englishtcp english
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:368720
    • 提供者:阿曼湾
  1. TCPNet

    0下载:
  2. tcp测试小程序,让新手很容易上手的tcp通讯程序,c++源代码-the tcp test a small program, the novice can easily get started tcp communication program, c++ source code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-10-30
    • 文件大小:43507
    • 提供者:yyhh
  1. Estimating-TCP-Latency-Approximately

    0下载:
  2. 新环境下,一种新的测试TCP延迟的方法,发自PAM2013,用于新式快速网络TCP延迟测量-Estimating TCP Latency Approximately
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:287909
    • 提供者:张无忌
  1. TCP-UDP服务管理 3.03 绿色版

    0下载:
  2. TCP/UDP小工具,测试当前下位机与上位机的连接。(TCP/UDP small tools, testing the current lower computer and the host computer connection.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-22
    • 文件大小:1316864
    • 提供者:aiyuanyuan
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com