When trying to receive the greatest possible UDP Datagram package of size 65507 Bytes, The receive() API may hang due to a smaller default size of the underlying operating system's UDP RCVBUF. The user should be aware of this and check/adjust the UDP RCVBUF size to at least 65535 with the appropriate commands of his OS.
- links to
-
Review openjdk/jdk/15401