This topic created in 4154 days ago, the information mentioned may be changed or developed.
raw socket 可应用在底层网络编程,如果要编程实现检测SYN flood ,有哪些思路/资料参考?
2 replies • 2014-12-11 22:10:37 +08:00
 |
|
1
Ryans Dec 11, 2014
如果是 netstat -tuna | grep SYN_RECV |wc -l 的话好像会简单一点...
|
 |
|
2
yylyyl Dec 11, 2014
libnids 咯
|