H3CS5500是核心,与邻栋建筑的S3100链接。用户反映3100下的客户端网络不稳定。链接方式(5500)网线(百兆光电转换)光纤到邻栋(百兆光电转换)网线(3100)首先ping,偶尔丢包3%-5%,偶尔又好了。。奇怪然后查看3100和5500所在端口配置都正常查看端口input和output都没有erro..
分类:
其他好文 时间:
2014-10-21 15:40:26
阅读次数:
783
Bulk network packet transmission译文作者:zhangzl2013 译文链接:http://www.cnblogs.com/zhangzl2013/p/bulk_network_packet_transmission.html 原文作者:Jonathan Corbe.....
分类:
Web程序 时间:
2014-10-21 07:47:53
阅读次数:
194
http://blog.csdn.net/cynhafa/article/details/19676865: The last packet successfully received from the server was 222,794,988 milliseconds ago. The las...
分类:
数据库 时间:
2014-10-20 09:47:47
阅读次数:
295
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:
其他好文 时间:
2014-10-19 17:04:28
阅读次数:
1156
前段时间出差在现场开发的时候,导入数据库老是出问题。最后发现了一个神奇sql语句交给实施,只要导入出错就把如下语句执行就可以了。至今屡试不爽。
set global max_allowed_packet=100 000 000;
set global net_buffer_length=100000;
SET GLOBAL interactive_timeout=28800 000;
...
分类:
数据库 时间:
2014-10-17 15:33:47
阅读次数:
187
五:数据的接收和发送 1、 发送过程: 应用发送数据时调用接口 rtp_session_send_with_ts 完成。参数为会话句柄,数据缓冲区地址,数据长度以及应用当前的时间戳。在该接口中,会先调用 rtp_session_create_packet 接口,根据缓冲区地址及数据长度,构造一个新的...
分类:
其他好文 时间:
2014-10-16 21:19:13
阅读次数:
750
原型:templatebind(F&&f, Args&&...args);bind函数模板的作用是:The function templatebindgenerates a forwarding call wrapper forf. Calling this wrapper is equivalen...
分类:
编程语言 时间:
2014-10-11 18:40:25
阅读次数:
387
dpdk.orgWhat it isIntel® DPDK is a set of libraries and drivers for fast packet processing on x86 platforms. It runs mostly in Linux userland.This pro...
分类:
其他好文 时间:
2014-10-11 14:08:05
阅读次数:
266
winpcap和libpcap winpcap windows packet capture WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network ...
通信信息包是发送至MySQL服务器的单个SQL语句,或发送至客户端的单一行。当MySQL客户端或mysqld服务器收到大于max_allowed_packet字节的信息包时,将发出“信息包过大”错误,并关闭连接。对于某些客户端,如果通信信息包过大,在执行查询期间,可能会遇到“丢失与MySQL服务器的...
分类:
其他好文 时间:
2014-10-08 15:20:45
阅读次数:
138