码迷,mamicode.com
首页 >  
搜索关键字:mpls packet forwarding    ( 1754个结果
ffmpeg在android上输出滑屏问题处理
ffmpeg部分机器上有花屏的问题 原代码如下: while(av_read_frame(formatCtx, &packet)>=0 && !_stop && NULL!=window && bInit) { // Is this a packet from the video stream? if(packet.stream_index==videoStream) { ...
分类:移动开发   时间:2014-07-28 00:01:10    阅读次数:847
mysql插入blob大文件
1,E:\MySQL\MySQL Server 5.7\my.ini max_allowed_packet=40M2,MySQL的四种BLOB类型 类型 大小(单位:字节) TinyBlob 最大 255 Blob 最大 65K MediumBlob 最大 16M LongBlob 最大 ...
分类:数据库   时间:2014-07-25 19:07:51    阅读次数:298
Method of packet transmission from node and content owner in content-centric networking
A method of transmitting a content reply packet from a content owner in content-centric networking (CCN) includes determining a caching capability val...
分类:Web程序   时间:2014-07-25 03:46:36    阅读次数:381
ffmpeg 从mp4上提取H264的nalu
转自http://blog.csdn.net/gavinr/article/details/71834991.获取数据ffmpeg读取mp4中的H264数据,并不能直接得到NALU,文件中也没有储存0x00000001的分隔符。下面这张图为packet.data中的数据从图中可以发现,packet中...
分类:其他好文   时间:2014-07-23 15:03:46    阅读次数:307
On-demand diverse path computation for limited visibility computer networks
In one embodiment, a source device detects a packet flow that meets criteria for multi-path forwarding, and forwards a probe packet on a primary path ...
分类:Web程序   时间:2014-07-22 22:47:53    阅读次数:374
[20140722] forwarded和forwarding记录
背景:今天被人文集forwarded和forwarding记录的事情。简单介绍:当堆表跟新某一个列的时候发现,不够放了,那么就在那行记录上标记forwarding,并把数据放到另外一个page,行被标记上forwarded。有《深入解析 sql server 2008》 可以看 p272,里面稍微有...
分类:其他好文   时间:2014-07-22 22:35:32    阅读次数:176
ACM——Quicksum
Quicksum时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:615 测试通过:256描述A checksum is an algorithm that scans a packet of data and returns a s...
分类:其他好文   时间:2014-07-22 00:25:37    阅读次数:249
IP packet transmission using vehicular transport
In one embodiment, a first stationary router may detect a disconnected backhaul link to a destination. In response to detecting the disconnected backh...
分类:其他好文   时间:2014-07-22 00:01:35    阅读次数:370
hdu4570Multi-bit Trie (区间DP)
Problem Description   IP lookup is one of the key functions of routers for packets forwarding and classifying. Generally, IP lookup can be simplified as a Longest Prefix Matching (LPM) problem. That'...
分类:其他好文   时间:2014-07-20 10:18:28    阅读次数:235
实时捕捉以太网原始数据包(PacketRawEthernetMonitor)----Kithara RTS工程源代码解析
本文以windows实时拓展Kithara RTS安装目录下的smp文件夹内的PacketRawEthernetMonitor工程源码为例,该源码实现了一个简单的网络监视程序,可以实时监测网卡接收的原始数据。该工程主要使用了Kernel,Packet模块,有三个函数组成:主函数runSample,回...
分类:Web程序   时间:2014-07-19 09:14:26    阅读次数:476
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!