码迷,mamicode.com
首页 >  
搜索关键字:dropping packet    ( 1469个结果
python中struct模块及packet和unpacket
转自:http://www.cnblogs.com/gala/archive/2011/09/22/2184801.html我们知道python只定义了6种数据类型,字符串,整数,浮点数,列表,元组,字典。但是C语言中有些字节型的变量,在python中该如何实现呢?这点颇为重要,特别是要在网络上进行...
分类:编程语言   时间:2015-01-14 19:48:57    阅读次数:2551
日志:using the Connector/J connection property 'autoReconnect=true' to avoid this problem
com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was58129 seconds ago.The last packet sent successfully t...
分类:其他好文   时间:2015-01-11 09:33:47    阅读次数:268
update_dctcp_alpha
1 /* 2 + * Update dctcp alpha based on the ecn bit in the received packet. 3 + * This procedure is called only when dctcp_ is 1. 4 + */ 5 + void ...
分类:其他好文   时间:2015-01-09 12:03:12    阅读次数:178
连接mysql出错
mysql version: 5.5.40 mysql community server不论是从图形界面软件还是java通过jdbc连接,始终提示出错:The last packet sent successfully to the server was 0 milliseconds ago. Th...
分类:数据库   时间:2015-01-07 22:02:10    阅读次数:438
mysql的一些使用操作
1:如果空闲时间很长导致mysql报错:Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 120,...
分类:数据库   时间:2015-01-07 20:29:17    阅读次数:132
usb协议深入理解
0. 基本概念 一个【传输】(控制、批量、中断、等时):由多个【事务】组成; 一个【事务】(IN、OUT、SETUP):由一多个【Packet】组成。 USB数据在【主机软件】与【USB设备特定的端点】间被传输。【主机软件】与【USB设备特定的端点】间的关联叫做【pipes】。一个USB设备可以有多...
分类:其他好文   时间:2015-01-07 12:21:01    阅读次数:199
wireshark抓取本地回环及其问题 转摘:http://www.cnblogs.com/luminji/p/3503464.html
一:The NPF driver isn’t running这个错误是因为没有开启NPF服务造成的。NPF即网络数据包过滤器(Netgroup Packet Filter,NPF)是Winpcap的核心部分,它是Winpcap完成困难工作的组件。它处理网络上传输的数据包,并且对用户级提供可捕获(ca...
分类:Web程序   时间:2015-01-06 19:33:49    阅读次数:165
无意中在sql日志中发现如下内容,
日期,源,严重性,消息01/06/2015 09:06:13,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Pl...
分类:数据库   时间:2015-01-06 09:45:28    阅读次数:540
WireShark过滤解析http/TCP
HTTP分析http——Packet Counter http总的统计http.request.method == "GET" http GET请求http.response==1 http所有的响应包 http.response==1 && http.response.code==20...
分类:Web程序   时间:2015-01-05 18:30:48    阅读次数:191
classifier.cc-recv() [ns2.35]
1 void Classifier::recv(Packet* p, Handler*h)//original 2 { 3 NsObject* node = find(p); 4 if (node == NULL) { 5 /* 6 * XXX t...
分类:其他好文   时间:2015-01-05 11:04:17    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!