Linux FIN_WAIT1 是什么意思

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5910356/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 03:58:29  来源:igfitidea点击:

What does FIN_WAIT1 means

linuxnetstat

提问by Zeeshan

When i send a HTTPS request from Windows7/Vista to linux Red Hat 4 the 'netstat -an ' command shows 'FIN_WAIT1' OR 'SYNC_RECV' status.

当我从 Windows7/Vista 向 linux Red Hat 4 发送 HTTPS 请求时,“netstat -an”命令显示“FIN_WAIT1”或“SYNC_RECV”状态。

Can any one help me Why these statuses are appear instead of ESTABLISHED?

任何人都可以帮助我为什么会出现这些状态而不是 ESTABLISHED?

采纳答案by wich

The TCP connection is closing, see http://www.freesoft.org/CIE/Course/Section4/11.htm

TCP 连接正在关闭,请参阅http://www.freesoft.org/CIE/Course/Section4/11.htm