t**u 发帖数: 30 | 1 【 以下文字转载自 EE 讨论区,原文如下 】
发信人: trlu (发呆竹), 信区: EE
标 题: 问一个协议状态检测的问题
发信站: The unknown SPACE (Wed Jan 15 21:12:11 2003) WWW-POST
那位大虾做过协议状态检测?比如说如何判定一个TCP连接处于哪个状态?谁能推荐几篇
文章(请注明准确标题或出处,俺好查找)。多谢!给您请安了! | p****s 发帖数: 3184 | 2
well, in Linux you can open kernel debug.
However, this is not designed for the function you want, you need
to look at the source code to see the state when the messages are printed.
【在 t**u 的大作中提到】 : 【 以下文字转载自 EE 讨论区,原文如下 】 : 发信人: trlu (发呆竹), 信区: EE : 标 题: 问一个协议状态检测的问题 : 发信站: The unknown SPACE (Wed Jan 15 21:12:11 2003) WWW-POST : 那位大虾做过协议状态检测?比如说如何判定一个TCP连接处于哪个状态?谁能推荐几篇 : 文章(请注明准确标题或出处,俺好查找)。多谢!给您请安了!
| t**u 发帖数: 30 | 3 I mean the algorithm to detect it. Thanks,
几篇
【在 p****s 的大作中提到】 : : well, in Linux you can open kernel debug. : However, this is not designed for the function you want, you need : to look at the source code to see the state when the messages are printed.
| p******f 发帖数: 162 | 4
netstat
【在 t**u 的大作中提到】 : 【 以下文字转载自 EE 讨论区,原文如下 】 : 发信人: trlu (发呆竹), 信区: EE : 标 题: 问一个协议状态检测的问题 : 发信站: The unknown SPACE (Wed Jan 15 21:12:11 2003) WWW-POST : 那位大虾做过协议状态检测?比如说如何判定一个TCP连接处于哪个状态?谁能推荐几篇 : 文章(请注明准确标题或出处,俺好查找)。多谢!给您请安了!
|
|