Name: dfR10049 Date: 06/08/2001
Javadoc does not specify timeout parameter for:
java.net.Socket.connect(SocketAddress endpoint, int timeout)
Spec should clarify the behavior when timeout:
- is negative
- is zero
- if positive, what is the unit for timeout (second or millisecond)
======================================================================
- duplicates
-
JDK-4480279 Negative timeouts should cause IllegalArgumentException
- Resolved