-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
generic
-
generic
Name: krT82822 Date: 10/26/99
10/26/99 eval1127@eng -- still true in the latest kestrel docs.
was from browsing the doc online...
Browsing the API documentation online for Java 2, looking at method
description for setSoLinger() of the java.net.Socket class:
(the error is under "Parameters"; "linger - how to linger for, if on is
true" should be "linger - how long to linger for, if on is true")
setSoLinger
public void setSoLinger(boolean on,
int linger)
throws SocketException
Enable/disable SO_LINGER with the specified linger time in seconds.
If the specified
timeout value exceeds 65,535 it will be reduced to 65,535.
Parameters:
on - whether or not to linger on.
** linger - how to linger for, if on is true.
Throws:
IllegalArgumentException - if the linger value is negative.
Since:
JDK1.1
(Review ID: 97093)
======================================================================