-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_2.6
Name: dfR10049 Date: 04/13/2001
Javadoc for setSendBufferSize() and setReceiveBufferSize() of
java.net.DatagramSocket has statements:
"For UDP, this sets the maximum size of a packet that may be
sent on this socket."
These statements are invalid because:
"Setting the send/receive buffer size for UDP sockets only affects
the internal OS buffers used, and is not likely to have any discernable
effect on applications."
For more information see Evaluation of 4326264 and CCC 4397070
======================================================================
- duplicates
-
JDK-4397070 Socket.setSendBufferSize and setReceiveBufferSize do not properly delegate to OS
- Resolved