Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117724 | 1.4.0 | Jean-Christophe Collet | P4 | Resolved | Fixed | beta2 |
For some odd reason java.net.DatagramSocket.setSendBufferSize() and java.net.DatagramSocket.setReceiveBufferSize() will automatically & silently
cap the buffer size to 64K on Solaris & Linux.
This limits possible optimizations quite a lot.
cap the buffer size to 64K on Solaris & Linux.
This limits possible optimizations quite a lot.
- backported by
-
JDK-2117724 Can't set socket buffer size to more than 64K on Solaris & Linux
-
- Resolved
-