Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11b5112

Browse files
committed
2018-09-17
1 parent 457a7d0 commit 11b5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-file/monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ tcp6 0 0 :::43107 :::* LISTEN
641641

642642
```
643643
TIME_WAIT 96(是表示系统在等待客户端响应,以便再次连接时候能快速响应,如果积压很多,要开始注意了,准备阻塞了。这篇文章可以看下:http://blog.51cto.com/jschu/1728001)
644-
CLOSE_WAIT 11
644+
CLOSE_WAIT 11(如果积压很多,要开始注意了,准备阻塞了。可以看这篇文章:http://blog.51cto.com/net881004/2164020)
645645
FIN_WAIT2 17
646646
ESTABLISHED 102(表示正常数据传输状态)
647647
```

0 commit comments

Comments
 (0)