码迷,mamicode.com
首页 >  
搜索关键字:dropping packet    ( 1469个结果
TCP的三次握手与四次分手
TCP的位置TCP工作在网络OSI的七层模型中的第四层——Transport层,IP在第三层——Network层,ARP在第二层——Data Link层;在第二层上的数据,我们把它叫Frame,在第三层上的数据叫Packet,第四层的数据叫Segment。 数据从应用层发下来,会在每一层都会加上头部...
分类:其他好文   时间:2015-05-23 15:30:35    阅读次数:127
Today I learnt
2015-May-22In Oracle database, dropping a table don't free up the space directly. You'll need to disabled the DB recycle bin. So whenever we drop some...
分类:其他好文   时间:2015-05-22 19:11:19    阅读次数:129
C语言中字符串数组的遍历和比较
/* The list of known types of default packet. */static char *_default_packet_types[] = { "ddos client quota", "ddos server quota", "blocked ports", "b...
分类:编程语言   时间:2015-05-22 14:44:06    阅读次数:184
POJ 3094
QuicksumTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 14812Accepted: 10322DescriptionA checksum is an algorithm that scans a packet of data...
分类:其他好文   时间:2015-05-21 17:07:27    阅读次数:111
数据导入报错 Got a packet bigger than‘max_allowed_packet’bytes
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf,需重启mysql 在 [...
分类:其他好文   时间:2015-05-21 12:23:09    阅读次数:93
nf_conntrack: table full, dropping packet解决方法
在添加magent代理后,做memcached测试的发现,如果并发很高,数据库的连接数居高不下,按理讲随着将key存入缓存中,连接数应该慢慢降下来才对,但是当并发低的时候却很正常。 由于在启动memcached时,加入了-vvv参数打印内部状态信息,查看日志: 29: going from conn_parse_cmd to conn_write 29: going from conn_wri...
分类:其他好文   时间:2015-05-21 10:57:43    阅读次数:140
mysql编译安装后各种常见错误集锦
1.ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0Tcpwarpper阻挡了,编辑/etc/hosts.allow,加上这两行...
分类:数据库   时间:2015-05-20 00:19:07    阅读次数:199
ERROR 1160 (08S01) : Got an error writing communication packets
应用程序端碰到错误提示,MySQLNonTransientConnectionException:Got an error writing communication packets。与packet有关,之前一直都没有碰到过这个问题。数据库error日志也未见半点异常,到底是怎么一回事呢?...
分类:其他好文   时间:2015-05-19 22:44:28    阅读次数:213
mysql导入sql文件过大或连接超时的解决的方法
前段时间出差在现场开发的时候,导入数据库老是出问题。最后发现了一个奇妙sql语句交给实施,仅仅要导入出错就把例如以下语句运行就能够了。至今屡试不爽。set global max_allowed_packet=100 000 000; set global net_buffer_length=100....
分类:数据库   时间:2015-05-18 14:41:09    阅读次数:179
Python实现SYN Flood攻击
0×00 背景SYN Flood是当前最流行的DoS(拒绝服务攻击)与DDoS(分布式拒绝服务攻击)的方式之一,这是一种利用TCP协议缺陷,发送大量伪造的TCP连接请求,从而使得被攻击方资源耗尽(CPU满负荷或内存不足)的攻击方式。0×01 Code本文章的目是介绍使用python构造packet的...
分类:编程语言   时间:2015-05-17 13:34:36    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!