Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4091012

MulticastSocket.setTTL ttl byte argument needs to be an int

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.2.0
    • 1.1.4
    • core-libs
    • 1.2beta4
    • x86
    • windows_95
    • Not verified



      Name: rm29839 Date: 11/05/97


      MulticastSocket.setTTL takes a byte, but legal values
      are between 0 and 255. Since bytes in Java are signed,
      the only possible values are 0 to 127. The parameter
      needs to be changed to a short or an int.
      (Review ID: 18774)
      ======================================================================

            brenaudsunw Benjamin Renaud (Inactive)
            rmandelsunw Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: