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.
我使用 tornado 服务器和静态 html 页面创建了 Web 套接字测试应用程序,以检查与该服务器的连接。
当我尝试从 localhost 连接到 websocket 时,它工作正常。如果我尝试从远程 IP 连接,我会得到“超时关闭连接”。
netstat -lnp给我下一个结果:
netstat -lnp
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 14837/python2.7