请问调用socket中setSoTimeout(int timeout)方法在socket通信中到底起到什么作用?
如:     
this.socket = new Socket(this.host, this.port);
this.socket.setSoTimeout(3600000);
多谢!