-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b27
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248075 | 16 | Patrick Concannon | P3 | Resolved | Fixed | team |
Currently, the javadoc for `DatagramSocket.connect` doesn't specify that it may cause datagrams in the socket receive buffer that have not been received (by calling receive) to be discarded. That may happen with the DatagramSocket adaptor returned by `DatagramChannel::connect`, and also with the new implementation proposed by JEP 373.
- backported by
-
JDK-8248075 DatagramSocket.connect does not specify that it may cause datagrams in the socket receive buffer to be discarded
-
- Resolved
-
- csr for
-
JDK-8247181 DatagramSocket.connect does not specify that it may cause datagrams in the socket receive buffer to be discarded
-
- Closed
-
- relates to
-
JDK-8235674 JEP 373: Reimplement the Legacy DatagramSocket API
-
- Closed
-