I have implemented a TCP server in java. I'm using the ServerSocket. And listening to connections using the accept() method.
I always get an
at the client side. This occurs after numerous connections..Code:Exception in thread "main" java.net.ConnectException: Connection timed out
can you help me?
