Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-62092

Packets have invalid DSCP codepoint

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • Minecraft 1.7.10
    • None
    • Confirmed on Linux, OSX 10.7
    • Unconfirmed

      Minecraft's multiplayer protocol appears to send out packets with an unknown (0x06) DSCP flag. This causes some networking hardware to silently discard the packets as erroneous.

      I have attached a Wireshark trace which shows (from 0-5s) the 'nc' utility connecting to a Minecraft server correctly and disconnecting after 5 seconds. From 26-71 seconds the trace shows an up to date Linux Minecraft client attempting to connect to a server. The initial SYN is made and no ACK is never received as the packet is dropped (I am working with an ISP using network equipment which drops these packets; the trace was captured on the machine running nc/MInecraft).

      The DSCP field set by nc is 0; the DSCP field set by Minecraft is 6, which is an invalid codepoint that has no meaning in any standard.

      The DSCP field on outgoing Minecraft packets should always be 0.

            Unassigned Unassigned
            jamesharrison James Harrison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: