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

搜索资源列表

  1. tftpTEST

    0下载:
  2. TFTP 协议实现和测试 本程序,包含server和client,自收自发. 客户直接把PACK发到SERVER的接收队列中,SERVER直接把PACK 发到CLIENT的接收队列中. 具有超时重发功能. 各自解释收到的该包,并响应-TFTP protocol and the test procedures, including server and client, collected spontaneously. Customers PACK made directly t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:69724
    • 提供者:谢志文
  1. my_zerocopy

    0下载:
  2. 我实现的一个基于零拷贝技术高速捕包的原型代码,包括用户接口,核心和用户区通信的队列机制等-I realized a zero-copy technology-based high-speed packet-capturing the prototype code, including user interface, District core and user communications queue mechanism
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:44905
    • 提供者:everest
  1. QueueSim

    0下载:
  2. 正如我们在第一章所学的,端到端时延中最为复杂和有趣的成分就是排队时延。在这个程序中,可以设置分组发送速率和链路传输速率,你将会看到分组到达和为接受服务而排队。当队列变满时,将会发生分组溢出,也就是丢包-As we learned in the first chapter, end to end delay of the most complex and interesting elements is the queuing delay. In this program, you can set
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3138
    • 提供者:meihan
  1. basil00-Divert-53b45c4

    0下载:
  2. WinDivert is a software package that provides user-mode packet capture, redirection, modification, and re-injection for Windows Vista/Windows 7. It provides similar functionality to divert sockets for FreeBSD/MacOS, and NETLINK sockets (with netfilte
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:87803
    • 提供者:j sembung
  1. Packet_Analysis

    0下载:
  2. 基于Passthru的扩展,抓取IP数据包,并在内核中利用队列、系统线程实时将IP数据包解析到磁盘文件中,同时提供用户控制,在RING3使用SDK编写界面。 本程序可以帮助您熟悉驱动编写、windows编程、用户态和内核态交互编程以及网络知识的基础应用。 驱动安装使用snetcfg,已集成到用户界面中。-Based on the expansion of passthru, crawl IP packet, and the use of the kernel queue, the sys
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:171397
    • 提供者:shdaianita
  1. nfqueue-bindings-0.1.tar

    0下载:
  2. 此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。-nfqueue-bindings was written to provide an interface in high-level languages such as Perl or Python to libnetfilter_queue. The goal is to provide a library to gain access to packets queued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:21382
    • 提供者:刘春远
  1. An_Adaptive_Jitter_Buffering_Algorithm_for_Voice_o

    0下载:
  2. 当IP语音包的网络时延抖动较小时,一般的语音缓冲算法可以得到较好的语音质量。当网络中存在突发大时延时,就会出现极大丢包率或极大端到端时延,从而难以获得好的语音质量。为此,提出针对突发大时延下的自适应语音缓冲算法。通过估算网络平均时延和学习语音包经过的网络路径上的状态,来确定需要控制端到端时延大小和语音包的丢包率,动态调整Jitter Buffer队列的最小深度和最大深度,从而可以尽量减小语音裂缝(gap)的出现。通过基于听觉模型的客观音质评价(PESQ)仿真计算以及在实际语音网关设备中的应用表明
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:330065
    • 提供者:瞿志超
  1. TCP_IP

    0下载:
  2. Resolve an IP address to a hardware address if not found,initiate query and return NULL. If an address is returned, the interface driver may send the packet if NULL is returned,res_arp() will have saved the packet on its pending queue,so no further a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:656154
    • 提供者:仇芳
  1. p_queue

    0下载:
  2. 该压缩包是描述数据结构与算法中的队列排序的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms to sort the queue of the Java source code directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:37256
    • 提供者:吴旭
  1. Discrete_Time_Queue

    0下载:
  2. 离散时间堆栈系统 The queue can store up to five packets. All packets are processed on a first come – first served basis. Assume that when a packet is serviced all other packets in a queue (if any) are shifted instantaneously towards the output. Each slot d
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1669564
    • 提供者:Yan Liu
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. rtqueue.cc

    0下载:
  2. Packet Queue used by TORA and AODV.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:970
    • 提供者:shyam sundar
  1. RED

    0下载:
  2. 主要是缓解有线通信网络拥塞的,他是在媒体接入层实现是基于队列的丢包来判断网络是否拥塞。通过控制节点数据发送速率来控制网络的拥塞。-Mainly to ease the wired communication networks, he is in the media access layer implementation is based on the queue of packet loss to determine whether the network congestion. Data tr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:211084
    • 提供者:康娴静
  1. recjianban

    0下载:
  2. 可以通过记录键盘上的操作,然后发送socket到服务器端,服务器段记录发送过来的socket包并解析。软件简洁易懂,keyloger系从他人处下载下来的,我加入了socket网络发送,给大家发送展览以下,欢迎批评。由于我只从别处下来一个异步长连接的,不会改成断连接的,所以这次发送的是同步队列的服务端。vs2005 -Can record the operation of the keyboard, and then send to the server-side socket, the serv
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:68222
    • 提供者:陈思铭
  1. IP-packet-restructuring

    1下载:
  2. IP报文的重组: a)将IP报文存入临时的HASH链表中,这个HASH链表中是等待合并的报文队列头 b)判断当这一个IP报文分片加入后是否可以构造出一个完整的IP报文,如果可以的话,分配一个新的帧缓冲区,将数据复制入新的帧缓冲区,返回该报文。 -IP Packets restructuring: a) the IP packets into a temporary HASH list, this list is waiting to merge HASH packet queu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-09
    • 文件大小:63488
    • 提供者:苏兰
  1. lab9

    0下载:
  2. 不同队列管理机制:DropTail和RED对系统吞吐率,时延,丢包率的影响。-Different queue management mechanisms: DropTail and RED on the system throughput, delay, packet loss rate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2082
    • 提供者:杜少波
  1. Iptables

    0下载:
  2. iptable介绍:Iptables默认有三张表(队列),分别是mangle、nat、Filter,mangle表主要用来mangle(中文解释:轧)包,你可以使用mangle匹配来改变包的TOS等特性,mangle表中仅有TOS、TTL、MARK几种操作,nat表用来转换包的源或目标地址,包括DNAT、SNAT和MASQUERADE等类型,filter 表用来过滤数据包,过滤工作主要是在这儿完成的。-iptable Introduction: Iptables has three defaul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:54598
    • 提供者:ansheng
  1. semantic-packetqueue.tar

    0下载:
  2. Semantic packet queue AQM for NS2
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-13
    • 文件大小:4536
    • 提供者:H Bedi
  1. packet-drop.tar

    0下载:
  2. The packet drop will specified when there is excess queue in packets and congestion in the packet movement in the node than congest packets are dropped.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-16
    • 文件大小:57147
    • 提供者:devottam
  1. MM1_Tutorial1

    0下载:
  2. MM1_Tutorial Objective This laboratory is important for understanding OPNET system and user interface. The lab contains a step-by-step example that shows how to use OPNET to construct an M/M/1 queue design and analysis. Overview The task i
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:234496
    • 提供者:北城以北
« 12 »
搜珍网 www.dssz.com