-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
beta
-
sparc
-
solaris_2.5
Name: yyC67448 Date: 09/10/98
The spec for method java.net.Socket.setSoLinger(boolean, int) says
nothing about methods behavior in case of datagram sockets.
( see Bug 4129952 )
The spec for java.net.Socket.setSoLinger says:
---------------------------------------------------------------------------
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.
---------------------------------------------------------------------------
======================================================================
- relates to
-
JDK-4129952 java.net.Socket.setSoLinger sets SO_LINGER value for non-stream sockets.
- Closed