node.jsを使用してTCPサーバーを構築していますが、次のエラーが発生しました。これを解決する方法は?
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ETIMEDOUT, Connection timed out
at Socket._readImpl (net.js:163:14)
at Socket._onReadable (net.js:631:22)
at IOWatcher.onReadable [as callback] (net.js:177:10)