-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 15
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8264175 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8256471 | 11.0.10 | Patrick Concannon | P4 | Resolved | Fixed | b03 |
Tests need to be added to increase test coverage for the DatagramSocket class.
Currently, the following methods are not covered:
`DatagramSocket.getSendBufferSize()`
`DatagramSocket.setSendBufferSize(int size)`
`DatagramSocket.getReceiveBufferSize()`
Currently, the following methods are not covered:
`DatagramSocket.getSendBufferSize()`
`DatagramSocket.setSendBufferSize(int size)`
`DatagramSocket.getReceiveBufferSize()`
- backported by
-
JDK-8256471 Add tests for set/get SendBufferSize and getReceiveBufferSize in DatagramSocket
- Resolved
-
JDK-8264175 Add tests for set/get SendBufferSize and getReceiveBufferSize in DatagramSocket
- Resolved
- relates to
-
JDK-8230211 Prepare DatagramSocket for alternative DatagramSocketImpl
- Resolved
-
JDK-8239355 (dc) Initial value of SO_SNDBUF should allow sending large datagrams (macOS)
- Resolved
-
JDK-8242885 PlainDatagramSocketImpl doesn’t allow for the sending of IPv6 datagrams on macOS with sizes between 65508-65527 bytes
- Resolved