Re: RFR: 8336817: DatagramSocket.connect does not specify behavior when already connected [v4]

2024-08-18 Thread Jaikiran Pai
On Wed, 14 Aug 2024 13:35:02 GMT, Jaikiran Pai wrote: >> Can I please get a review of this doc-only change which updates the javadoc >> on several methods of the `java.net.DatagramSocket` class to match its >> current implementation? >> >> This addresses https://bugs.openjdk.org/browse/JDK-833

Re: RFR: 8336817: DatagramSocket.connect does not specify behavior when already connected [v5]

2024-08-18 Thread Jaikiran Pai
> Can I please get a review of this doc-only change which updates the javadoc > on several methods of the `java.net.DatagramSocket` class to match its > current implementation? > > This addresses https://bugs.openjdk.org/browse/JDK-8336817. > > I'll open a CSR once we settle on the proposed tex