View Single Post
  #1 (permalink)  
Old 07-27-2007, 09:25 PM
osval osval is offline
Member
 
Join Date: Jul 2007
Posts: 26
osval is on a distinguished road
Exception in thread "main" java.net.ConnectException: Connection timed out
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
Code:
Exception in thread "main" java.net.ConnectException: Connection timed out
at the client side. This occurs after numerous connections..

can you help me?
Reply With Quote
Sponsored Links