搜索资源列表
tftpTEST
- 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
my_zerocopy
- 我实现的一个基于零拷贝技术高速捕包的原型代码,包括用户接口,核心和用户区通信的队列机制等-I realized a zero-copy technology-based high-speed packet-capturing the prototype code, including user interface, District core and user communications queue mechanism
basil00-Divert-53b45c4
- 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
Packet_Analysis
- 基于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
nfqueue-bindings-0.1.tar
- 此包是为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
An_Adaptive_Jitter_Buffering_Algorithm_for_Voice_o
- 当IP语音包的网络时延抖动较小时,一般的语音缓冲算法可以得到较好的语音质量。当网络中存在突发大时延时,就会出现极大丢包率或极大端到端时延,从而难以获得好的语音质量。为此,提出针对突发大时延下的自适应语音缓冲算法。通过估算网络平均时延和学习语音包经过的网络路径上的状态,来确定需要控制端到端时延大小和语音包的丢包率,动态调整Jitter Buffer队列的最小深度和最大深度,从而可以尽量减小语音裂缝(gap)的出现。通过基于听觉模型的客观音质评价(PESQ)仿真计算以及在实际语音网关设备中的应用表明
TCP_IP
- 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
Discrete_Time_Queue
- 离散时间堆栈系统 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
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
rtqueue.cc
- Packet Queue used by TORA and AODV.
RED
- 主要是缓解有线通信网络拥塞的,他是在媒体接入层实现是基于队列的丢包来判断网络是否拥塞。通过控制节点数据发送速率来控制网络的拥塞。-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
recjianban
- 可以通过记录键盘上的操作,然后发送socket到服务器端,服务器段记录发送过来的socket包并解析。软件简洁易懂,keyloger系从他人处下载下来的,我加入了socket网络发送,给大家发送展览以下,欢迎批评。由于我只从别处下来一个异步长连接的,不会改成断连接的,所以这次发送的是同步队列的服务端。vs2005 -Can record the operation of the keyboard, and then send to the server-side socket, the serv
IP-packet-restructuring
- 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
lab9
- 不同队列管理机制:DropTail和RED对系统吞吐率,时延,丢包率的影响。-Different queue management mechanisms: DropTail and RED on the system throughput, delay, packet loss rate.
Iptables
- iptable介绍:Iptables默认有三张表(队列),分别是mangle、nat、Filter,mangle表主要用来mangle(中文解释:轧)包,你可以使用mangle匹配来改变包的TOS等特性,mangle表中仅有TOS、TTL、MARK几种操作,nat表用来转换包的源或目标地址,包括DNAT、SNAT和MASQUERADE等类型,filter 表用来过滤数据包,过滤工作主要是在这儿完成的。-iptable Introduction: Iptables has three defaul
FROM-ip_queue-TO-nfnetlink_queue.doc
- 在2.4内核中出现了ip_queue,用于将数据包从内核空间传递到用户空间,其不足之处是只能有一个应用程序接收内核数据。到了2.6.14以后,新增了nfnetlink_queue,理论上可最大可支持65536个应用程序接口,而且可以兼容ip_queue。 不过从内核到用户空间的通道还是只有一个,实际上netfilter对每个协议族也只有一个队列,这里说的65536个子队列的实现就象802.1Q实现VLAN一样是在数据包中设置ID号来区分的,不同ID的包都通过相同的接口传输,只是在两端根据ID
semantic-packetqueue.tar
- Semantic packet queue AQM for NS2
queue_fw
- Linux系统下基于队列机制的应用包过滤防火墙的实现,包括应用层IP报文获取的方案,可以扩展开发,对报文内容进行变换-Linux system based on the queue mechanism application packet filtering firewall implementation, including application layer IP packet for the program, can be extended development, the content
queue_fw
- 如何基于Netfilter框架的队列功能实现一个包过滤的应用层防火墙原型系统。-How to queue based on Netfilter packet filtering functions to achieve an application-layer firewall prototype system.
packet-drop.tar
- 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.