Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我运行 netstat 并注意到我有很多(近 100 个)连接,这些连接在一周多之前来自不同网络上的不同本地 IP,这些连接要么仍然存在,要么ESTABLISHED处于状态。CLOSE_WAIT
ESTABLISHED
CLOSE_WAIT
所有这些连接都挂起是否有原因?
CLOSE_WAIT 表示对端已经关闭,TCP 正在等待本地应用程序关闭连接。您的本地代码中有一个错误,即套接字泄漏。