CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - packet retransmission

搜索资源列表

  1. UDPFile_transport

    0下载:
  2. 用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8077
    • 提供者:tnt2000
  1. datalink-selective 数据链路层—选择性重传协议

    1下载:
  2. 数据链路层的选择性重传协议的编写。在仿真环境下编程实现有噪音信道环境下 两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率 为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节-The data link layer selective retransmission protocol preparation. In the simulation environment, programming environment,
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-11-15
    • 文件大小:208129
    • 提供者:chenchen
  1. server

    0下载:
  2. 防丢包UDP传输server端,将文件包分成1024kb/包 如果丢包就重传如果收到ACK就继续传文件-UDP transport server-side anti-packet loss, the package into 1024kb/packet retransmission if the packet loss to receive the ACK if the file transfer to continue
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1728
    • 提供者:Lynn
  1. 325614

    0下载:
  2. RTP/RTCP中英文协议文档及封包格式、协议分析,无线视频包丢失重传机制讲解及实现过程-RTP/RTCP protocol in English and Chinese documents and packet formats, protocol analysis, wireless video packet loss and retransmission mechanism to explain the implementation process
  3. 所属分类:VOIP program

    • 发布日期:2017-04-09
    • 文件大小:21848
    • 提供者:zhangguiqing
  1. 200592088635

    0下载:
  2. 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 -This is a feel-good communications program that features: 1. All its own definit
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:160891
    • 提供者:dsfeeer
  1. client

    0下载:
  2. 用TCP 和UDPprotocol来传输数据,具体请见英文描述-Introduction In this assignment, you will build a client for a simple streaming transport protocol. Media streams such as compressed video or audio are typically delay and jitter sensitive- real-time conversation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:3403
    • 提供者:Mengmei Liu
  1. asynGprs-datacard

    0下载:
  2. 通过无线上网卡实现数据的传输,同时可连接多个客户端,包括心跳包,超时重发等机制!-Data via wireless transmission, and can connect to multiple clients, including heartbeat packet retransmission mechanisms such as overtime!
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2127399
    • 提供者:梁虎
  1. proxy

    0下载:
  2. 用于在通讯中模拟网络随即丢包,丢包率可以自己确定,并且加载 QOS恢复机制,比如 重传机制。 -Communication network used to simulate the loss immediately, packet loss rate can be ourselves, and load the QOS recovery mechanism, such as retransmission.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1626537
    • 提供者:wang
  1. a-reliable-transport-protocol

    0下载:
  2. 采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, pac
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:413226
    • 提供者:嘉何月
  1. Manet

    0下载:
  2. Broadcast in Mobile Ad hoc Network (MANET) with Double Coverage - The retransmission of the forwarding nodes are received by the sender as the confirmation of their reception of packet. The non forwarding 1 hop neighbor of the sender do not acknowl
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:246529
    • 提供者:venkat
  1. udp

    0下载:
  2. 基于udp协议的通信代码,含crc校验,丢包重传机制-Based on udp protocol communication code。Contains CRC check, packet loss retransmission mechanism
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-17
    • 文件大小:5242
    • 提供者:李波
  1. dataliink.c

    0下载:
  2. 计算机网络数据链路选择性重传实验。   设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。-Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation pro
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:22085
    • 提供者:vicky
  1. zuboupdate-server

    0下载:
  2. 服务端,组播升级,UDP,丢包重传,已验证-Server, multicast upgrade, UDP, packet loss retransmission
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:3068719
    • 提供者:尚烨
  1. File

    0下载:
  2. C# UDP 文件发送,包含丢包重发,不同机器也可以传输文件,可以扩展到多个人重发,多线发送等-Send C# UDP files, including packet loss retransmission, different machine can also transfer files, can be extended to multiple individual retransmission, multi line transmission etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:124300
    • 提供者:陈五一
  1. Blocking-EDS

    0下载:
  2. Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network
  3. 所属分类:P2P

    • 发布日期:2017-04-13
    • 文件大小:3278
    • 提供者:Abdullah
  1. 2013225

    1下载:
  2. 易语言封包组包源码中每个包带控制信息,md5验证信息,数据长度信息,发包顺序信息,MD5验证不过重发信息包。发送数据使用链表数据结构存储,确保在完整接受前,可选择性重发任意一个信息包。经测试大文件传输稳定可靠。(Each package with easy language packet packet source control information, the md5 authentication information, data length information, sequence
  3. 所属分类:易语言编程

搜珍网 www.dssz.com