DatagramSocket.receive may hang if underlying UDP RCVBUF of OS is too small

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 21, 22
    • Component/s: core-libs
    • None

      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.

            Assignee:
            Thomas Obermeier
            Reporter:
            Joachim Kern
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: